We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a93bc6 + eec5e20 commit 6b4e7ecCopy full SHA for 6b4e7ec
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
**ATTN**: This project uses [semantic versioning](http://semver.org/).
4
5
+## [3.1.1] - [2024-06-04]
6
+
7
+### Fixed
8
9
+- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
10
+ addition given the expectation is that a follow-up status code will be written
11
+ later. The exception is `101 Switching Protocols` since this is terminal. This
12
+ matches `net/http` behavior.
13
14
## [3.1.0] - [2023-10-07]
15
16
### Fixed
0 commit comments