This commit is contained in:
Sean McArthur
2019-06-28 13:17:26 -07:00
committed by Carl Lerche
parent d4416c2ea5
commit 4dde4157d5
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
# 0.1.25 (June 28, 2019)
* Fix to send a `RST_STREAM` instead of `GOAWAY` if receiving a frame on a previously closed stream.
* Fix receiving trailers without an end-stream flag to be a stream error instead of connection error.
# 0.1.24 (June 17, 2019)
* Fix server wrongly rejecting requests that don't have an `:authority` header (#372).