Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

v0.6.1

Compare
Choose a tag to compare
@SebastianSchmidt SebastianSchmidt released this 15 Jul 14:38
· 76 commits to master since this release

Changed

  • When the server sends the HTTP status code 101 (Switching Protocols),
    the status code 502 (Bad Gateway) is instead sent to the client.
  • The proxy closes connections immediately after the HTTP response to a
    HTTP request has been submitted.

Fixed

  • All HTTP header fields, which are listed in the HTTP header field Connection,
    are removed from an HTTP message. So far only the HTTP header field Upgrade
    has been removed.