You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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. \").