File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1010- Fixed testing of vendored asyncore code to not rely on particular naming for
1111 errno's. See https://github.com/Pylons/waitress/pull/397
1212
13+ - HTTP Request methods and versions are now validated to meet the HTTP
14+ standards thereby dropping invalid requests on the floor. See
15+ https://github.com/Pylons/waitress/pull/423
16+
17+ - No longer close the connection when sending a HEAD request response. See
18+ https://github.com/Pylons/waitress/pull/428
19+
20+ - Always attempt to send the Connection: close response header when we are
21+ going to close the connection to let the remote know in more instances.
22+ https://github.com/Pylons/waitress/pull/429
23+
24+ - Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and
25+ PyPy 3.9, 3.10. See https://github.com/Pylons/waitress/pull/412
26+
27+ - Document that trusted_proxy may be set to a wildcard value to trust all
28+ proxies. See https://github.com/Pylons/waitress/pull/431
29+
1330Updated Defaults
1431~~~~~~~~~~~~~~~~
1532
You can’t perform that action at this time.
0 commit comments