Tweak line wrapping so diff from 333 doesn't show a spurious change

to the lines involved.
This commit is contained in:
Phillip J. Eby 2010-10-04 15:57:12 +00:00
parent e155e9e696
commit 10589fbe59
1 changed files with 2 additions and 2 deletions

View File

@ -747,8 +747,8 @@ Reference, except for these notes as listed in the table above:
1. The server is not required to read past the client's specified
``Content-Length``, and **should** simulate an end-of-file
condition if the application attempts to read past that point.
The application **should not** attempt to read more data than
is specified by the ``CONTENT_LENGTH`` variable.
The application **should not** attempt to read more data than is
specified by the ``CONTENT_LENGTH`` variable.
A server **should** allow ``read()`` to be called without an argument,
and return the remainder of the client's input stream.