@@ -596,9 +596,9 @@ Variable Value
596
596
``wsgi.input`` An input stream (file-like object) from which
597
597
the HTTP request body can be read. (The server
598
598
or gateway may perform reads on-demand as
599
- requested by the application, or it may pre-
600
- read the client's request body and buffer it
601
- in-memory or on disk, or use any other
599
+ requested by the application, or it may
600
+ pre- read the client's request body and buffer
601
+ it in-memory or on disk, or use any other
602
602
technique for providing such an input stream,
603
603
according to its preference.)
604
604
@@ -1341,8 +1341,8 @@ use only language features available in the target version, use
1341
1341
Optional Platform-Specific File Handling
1342
1342
----------------------------------------
1343
1343
1344
- Some operating environments provide special high-performance file-
1345
- transmission facilities, such as the Unix ``sendfile()`` call.
1344
+ Some operating environments provide special high-performance
1345
+ file- transmission facilities, such as the Unix ``sendfile()`` call.
1346
1346
Servers and gateways **may** expose this functionality via an optional
1347
1347
``wsgi.file_wrapper`` key in the ``environ``. An application
1348
1348
**may** use this "file wrapper" to convert a file or file-like object
0 commit comments