Features
- Added support for the HAProxy "PROXY" protocol via the
`--proxy-protocol` flag. This allows the server to determine the
real client IP address when operating behind a reverse proxy such
as nginx or stunnel.
- Added support for running a server without TLS via the `--no-tls`
flag.
Fixes
- Fixed incorrect mimetype/charset in responses for compressed files
ending in ``.gz`` and ``.bz2``.
- The "meta" component in jetforce's request logs is now surrounded
by double quotation marks, to allow for unambiguous log parsing.
Any quotation marks inside of the meta string itself will be escaped
with a single backslash, (e.g. ``\"``).
Changes
- Updated required twisted version to >= 21.7.0.
- Added support for python 3.11.