Tweak line wrapping so diff from 333 doesn't show a spurious change
to the lines involved.
This commit is contained in:
parent
e155e9e696
commit
10589fbe59
|
@ -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
|
1. The server is not required to read past the client's specified
|
||||||
``Content-Length``, and **should** simulate an end-of-file
|
``Content-Length``, and **should** simulate an end-of-file
|
||||||
condition if the application attempts to read past that point.
|
condition if the application attempts to read past that point.
|
||||||
The application **should not** attempt to read more data than
|
The application **should not** attempt to read more data than is
|
||||||
is specified by the ``CONTENT_LENGTH`` variable.
|
specified by the ``CONTENT_LENGTH`` variable.
|
||||||
|
|
||||||
A server **should** allow ``read()`` to be called without an argument,
|
A server **should** allow ``read()`` to be called without an argument,
|
||||||
and return the remainder of the client's input stream.
|
and return the remainder of the client's input stream.
|
||||||
|
|
Loading…
Reference in New Issue