Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Mar 17, 2023
1 parent b4903eb commit 569d4f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 4.1.0

* Implementing streaming from the client side.
[#41](ttps://github.com/kazu-yamamoto/http2/pull/41)
[#41](https://github.com/kazu-yamamoto/http2/pull/41)
* Making use of SettingsMaxFrameSize
[#44](ttps://github.com/kazu-yamamoto/http2/pull/44)
[#57](ttps://github.com/kazu-yamamoto/http2/pull/57)
[#44](https://github.com/kazu-yamamoto/http2/pull/44)
[#57](https://github.com/kazu-yamamoto/http2/pull/57)
* Disabling flow control
[#55](ttps://github.com/kazu-yamamoto/http2/pull/55)
[#55](https://github.com/kazu-yamamoto/http2/pull/55)
* Fixing buffer overrun by trailers
[#52](ttps://github.com/kazu-yamamoto/http2/pull/52)
[#52](https://github.com/kazu-yamamoto/http2/pull/52)
* Proper use of settings
* Breaking change: the data structure of `Next` was changed.
The `http3` package is influenced.
Expand Down

0 comments on commit 569d4f1

Please sign in to comment.