summaryrefslogtreecommitdiff
path: root/docs/differences.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-headerTres Seaver2014-03-101-2/+2
|
* Typo.Tres Seaver2013-09-071-1/+1
|
* Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.Tres Seaver2013-09-031-1/+1
|
* Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-031-0/+3
| | | | | Allows proxies which serve mixed HTTP / HTTPS requests to control signal which are served as HTTPS.
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-161-0/+2
| | | | http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling.
* gardenChris McDonough2012-01-021-1/+1
|
* gardenChris McDonough2012-01-021-0/+1
|
* gardenChris McDonough2011-12-311-0/+4
|
* Bug FixesChris McDonough2011-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ~~~~~~~~~ - Set up logging by calling logging.basicConfig() when ``serve`` is called (show tracebacks and other warnings to console by default). - Disallow WSGI applications to set "hop-by-hop" headers (Connection, Transfer-Encoding, etc). - Don't treat 304 status responses specially in HTTP/1.1 mode. - Remove out of date ``interfaces.py`` file. - Normalize logging (all output is now sent to the ``waitress`` logger rather than in degenerate cases some output being sent directly to stderr). Features ~~~~~~~~ - Support HTTP/1.1 ``Transfer-Encoding: chunked`` responses. - Slightly better docs about logging.
* coveragepipelinefixChris McDonough2011-12-301-1/+1
|
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-291-0/+7
|
* move differences to docsChris McDonough2011-12-281-0/+51