This commit is contained in:
Sean McArthur
2021-03-24 16:57:27 -07:00
parent a1f914f46f
commit 2c53d60098
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# 0.3.2 (March 24, 2021)
* Fix incorrect handling of received 1xx responses on the client when the request body is still streaming.
# 0.3.1 (February 26, 2021)
* Add `Connection::max_concurrent_recv_streams()` getter.