Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 300 Bytes

File metadata and controls

4 lines (4 loc) · 300 Bytes

Fix :mod:`wsgiref.simple_server` blocking when a WSGI application reads past the request body from wsgi.input. Reads are now limited to the number of bytes declared by the Content-Length header and an end-of-file condition is simulated once that limit is reached, as required by PEP 3333.