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

Send response to inform client of error (#515)

This commit is contained in:
Douman
2018-09-21 07:24:10 +03:00
committed by GitHub
parent f40153fca4
commit 0dc96658f2
4 changed files with 27 additions and 9 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.7.9] - 2018-09-x
### Fixed
* HTTP1 decoding errors are reported to the client. #512
## [0.7.8] - 2018-09-17
### Added