wsgi: document default value for max_size (1024); Thanks to ashutosh-mishra

This commit is contained in:
ashutosh-mishra
2015-11-10 19:46:09 +05:30
committed by Sergey Shepelev
parent da7f9732b6
commit 503c584a7d

View File

@@ -787,6 +787,7 @@ def server(sock, site,
If not specified, sys.stderr is used.
:param environ: Additional parameters that go into the environ dictionary of every request.
:param max_size: Maximum number of client connections opened at any time by this server.
Default is 1024.
:param max_http_version: Set to "HTTP/1.0" to make the server pretend it only supports HTTP 1.0.
This can help with applications or clients that don't behave properly using HTTP 1.1.
:param protocol: Protocol class. Deprecated.