Quoth Erik Pilz <mailto:epilz@altastrada.com>:
> Comparing the SVN debug output to the output from Ethereal
> there's one interesting thing that I noticed: the
> content-length header is set to 204 bytes, but the actual
> body size seems to be 205 bytes.
That sounds like an HTTP quirk that's fairly common; technically a
request is supposed to end with a CRLF, but that shouldn't be part of
the request content itself (since it's part of the HTTP structure, not
the document). So in theory it should be sending two bytes extra. But
commonly implementations just use \n (sending LF only, not CRLF),
perhaps through ignorance, perhaps laziness, perhaps because under some
conditions the code compiled under Windows will magically translate \n
to CRLF for you (and sending LF only is better than sending CRCRLF)...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 21 06:25:22 2006