Fix spurious diff
This commit is contained in:
parent
fdc92b9f55
commit
c3088e3974
|
@ -665,9 +665,9 @@ Variable Value
|
||||||
``"http"`` or ``"https"``, as appropriate.
|
``"http"`` or ``"https"``, as appropriate.
|
||||||
|
|
||||||
``wsgi.input`` An input stream (file-like object) from which
|
``wsgi.input`` An input stream (file-like object) from which
|
||||||
the HTTP request body bytes can be read. (The
|
the HTTP request body bytes can be read. (The server
|
||||||
server or gateway may perform reads on-demand
|
or gateway may perform reads on-demand as
|
||||||
as requested by the application, or it may pre-
|
requested by the application, or it may pre-
|
||||||
read the client's request body and buffer it
|
read the client's request body and buffer it
|
||||||
in-memory or on disk, or use any other
|
in-memory or on disk, or use any other
|
||||||
technique for providing such an input stream,
|
technique for providing such an input stream,
|
||||||
|
|
Loading…
Reference in New Issue