Skip to content

v3.1.1

Latest
Compare
Choose a tag to compare
@jszwedko jszwedko released this 04 Jun 22:25
6b4e7ec

Fixed

  • Writing an HTTP 1xx status codes no longer results in a 200 being sent in
    addition given the expectation is that a follow-up status code will be written
    later. The exception is 101 Switching Protocols since this is terminal. This
    matches net/http behavior.