mirror of https://github.com/fafhrd91/actix-web
Add a changelog entry for #3665
This commit is contained in:
parent
c6352005f7
commit
e1d9eb69c3
|
@ -2,8 +2,14 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
- Update `TestRequest::set_payload` to generate "Content-Length" header
|
- Update `TestRequest::set_payload` to generate "Content-Length" header
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
- Malformed websocket frames are now gracefully rejected.
|
- Malformed websocket frames are now gracefully rejected.
|
||||||
|
- Streaming responses now properly detect client disconnections and terminate gracefully instead of blocking indefinitely.
|
||||||
|
|
||||||
## 3.11.0
|
## 3.11.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue