Hi!
Hendrik Scholz wrote:
- a REGISTER with Expires > 2^31 and lower than 2^32 (2147483748 in my case).
- a REGISTER with Expires > 2^32 (4294967596 = 2^32 + 300)
I've set the Expires: header to the appropriate values in the previous tests. In another one I now left out the Expires header and instead added ;expires=<value> to the Contact header field.
A different function is invoked and a value of 2^32 + 300 is processed and the 200 OK contains an expire timer of 300 seconds. The draft says it should be 3600 though.
Hendrik