1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

content-length bug fix (#525)

* content-length bug fix

* changes.md is updated

* typo
This commit is contained in:
Danil Berestov
2018-10-03 00:15:48 +08:00
committed by Nikolay Kim
parent eed377e773
commit c8505bb53f
2 changed files with 10 additions and 2 deletions

View File

@ -19,6 +19,8 @@
* Websocket server finished() isn't called if client disconnects #511
* Responses with the following codes: 100, 101, 102, 204 -- are sent without Content-Length header. #521
## [0.7.8] - 2018-09-17