Re: [Testcase][Patch] http protocol

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Fri, 08 Jan 1999 08:48:31 -0800


>1. At least one system still reads POST data by lines instead of by
>Content-Length.  This leads to "it works in the browser but doesn't in
>LWP" behavior.  The patch appends an "invisible" $CRLF (not accounted
>for in Content-Length) to content if a trailing $CRLF isn't present.

What braindead system would that be?

....Roy