This commit is contained in:
Sean McArthur
2019-06-03 11:13:46 -07:00
parent cf5e53f0c3
commit a5a2ee7f7a
3 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# 0.1.22 (June 3, 2019)
* Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#364).
# 0.1.21 (May 30, 2019)
* Fix write loop when a header didn't fit in write buffer.