This commit is contained in:
Anthony Ramine
2021-04-29 10:58:49 +02:00
committed by Sean McArthur
parent 2ccf8dd280
commit a6b414458f
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
# 0.3.3 (April 29, 2021)
* Fix client being able to make `CONNECT` requests without a `:path`.
* Expose `RecvStream::poll_data`.
* Fix some docs.
# 0.3.2 (March 24, 2021)
* Fix incorrect handling of received 1xx responses on the client when the request body is still streaming.