Class ServerHandler
Declaration
class ServerHandler(simple_server.ServerHandler)
source linkMethods
▶ def __init__(self, stdin, stdout, stderr, environ, **kwargs) Use a LimitedStream so that unread request data will be ignored at
the end of the request. WSGIRequest uses a LimitedStream but it
shouldn't discard the data since the upstream servers usually do this.
This fix applies only for testserver/runserver.