Re: p6: maximum delta-seconds of 2147483648

Hi Julian,

On Thu, Nov 14, 2013 at 10:18:23PM +0100, Julian Reschke wrote:
> On 2013-11-14 13:31, Julian Reschke wrote:
> >Agreed.
> >
> >This is the only current issue that holds up draft -25. If no further
> >information comes up, I'll apply this change (unless Roy beats me to
> >it), and submit -25 over the weekend.
> >
> >Best regards, Julian
> 
> Proposed patch: 
> <http://trac.tools.ietf.org/wg/httpbis/trac/attachment/ticket/512/512.diff>

 "A recipient parsing a delta-seconds value ought to use an arithmetic type
  of at least 32 bits of signed integer range."
                         ^^^^^^
You meant unsigned, right ? Because the value 2147483648 requires at least
32 bits unsigned or 33 bits signed, but 32 bits signed never satisfies this
requirement.

Regards,
Willy

Received on Thursday, 14 November 2013 21:26:49 UTC