This commit is contained in:
Sean McArthur
2020-03-25 10:14:13 -07:00
parent d6dc63276f
commit 7e1e923542
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
# 0.2.3 (March 25, 2020)
* Fix server being able to accept `CONNECT` requests without `:scheme` or `:path`.
* Fix receiving a GOAWAY frame from updating the recv max ID, it should only update max send ID.
# 0.2.2 (March 3, 2020)
* Reduce size of `FlowControl` and `RecvStream`.