RE: chunkbody result 4 bytes short, chunk intermixes result with other text

The entity body is the whole thing:

  1c
  <html><body>5</html></html>
 
  0

and chunked transfer encoding adds to the entity lenght (because it is
an alternative mechanism for indicating the length) which then becomes
more than 28 chars.

Thanks,

Henrik

> I didn't know about the Transfer-Encoding header, but I beg 
> to differ on the
> body size: I have exactly 28 bytes in the body (including a 
> terminating line
> feed), so the content length is in fact correct.

Received on Wednesday, 31 January 2001 10:24:10 UTC