protocol-http2 0.26.1 → 0.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/protocol/http2/goaway_frame.rb +1 -0
- data/lib/protocol/http2/version.rb +1 -1
- data/readme.md +4 -4
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71a2305405458d3561894bf24c86be5ea1173afcac8b7b4a9ef428d7456a8d71
|
|
4
|
+
data.tar.gz: 33ab8df1d8cf05915b30dd0f7097e58c5ac0e9f4d41adf9fda9f404099efc66d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e839c86778149cea55719b358e8e145332c14fac5a8ef383f089d939d70dd4bdc654453e8e4ed71a6c0514c01bcbddc19382925e70a1c66fbc2ade195abbbc0c
|
|
7
|
+
data.tar.gz: d92e068cc07e8222795c9faa3242a72d8cdabbcefb4a42e11177fe59c01c654e9df0f56adf9e65471bf26f1310cfe3b2fcb2f49e5d4ab03e471d9d077a9af554
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/readme.md
CHANGED
|
@@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http2
|
|
|
14
14
|
|
|
15
15
|
Please see the [project releases](https://socketry.github.io/protocol-http2/releases/index) for all releases.
|
|
16
16
|
|
|
17
|
+
### v0.26.2
|
|
18
|
+
|
|
19
|
+
- Ignore the reserved high bit when decoding GOAWAY last stream IDs.
|
|
20
|
+
|
|
17
21
|
### v0.26.1
|
|
18
22
|
|
|
19
23
|
- Improve `StreamError` messages for HTTP/2 stream reset error codes.
|
|
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http2/rele
|
|
|
55
59
|
- Added better documentation for `maximum_concurrent_streams` setting.
|
|
56
60
|
- Restored 100% test coverage and exposed trace provider for optional tracing support.
|
|
57
61
|
|
|
58
|
-
### v0.19.4
|
|
59
|
-
|
|
60
|
-
- Reduced the number of window update frames sent to improve network efficiency.
|
|
61
|
-
|
|
62
62
|
## See Also
|
|
63
63
|
|
|
64
64
|
- [Async::HTTP](https://github.com/socketry/async-http) - A high-level HTTP client and server implementation.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|