Re: 1.3 (apparently) can build bogus chunk headers

2004-03-19 Thread Jeff Trawick
Roy T. Fielding wrote: That is a common thread on http-wg. Spaces are allowed after the chunk-size, or at least will be allowed by future specs. The whole HTTP BNF needs to be revamped, eventually. Roy Thanks, Roy!

1.3 (apparently) can build bogus chunk headers

2004-03-18 Thread Jeff Trawick
or Jeff can't read the RFC ;) buff.c: The code will put trailing spaces on short chunk sizes. /* we know this will fit because of how we wrote it in start_chunk() */ i = ap_snprintf((char *) fb-outbase[fb-outchunk], CHUNK_HEADER_SIZE, %x, fb-outcnt - fb-outchunk -

Re: 1.3 (apparently) can build bogus chunk headers

2004-03-18 Thread Roy T. Fielding
That is a common thread on http-wg. Spaces are allowed after the chunk-size, or at least will be allowed by future specs. The whole HTTP BNF needs to be revamped, eventually. Roy