negroni v3.1.1 Release Notes
Release Date: 2024-06-04 // about 2 years ago-
๐ 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 is101 Switching Protocolssince this is terminal. This
matchesnet/httpbehavior.
- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
Previous changes from v2.0.2
-
๐ Fixed
- ๐ Fixed Go module name for v2