We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a2994 commit f61d41aCopy full SHA for f61d41a
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## 4.2.1
2
+
3
+* Adding rate limit for RST_STREAM to work around CVE-2023-44487.
4
+ [#94](https://github.com/kazu-yamamoto/http2/pull/94)
5
6
## 4.2.0
7
8
* Treating HALF_CLOSED_LOCAL correctly.
http2.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: http2
-version: 4.2.0
+version: 4.2.1
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <[email protected]>
0 commit comments