1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add test case for #222

This commit is contained in:
Nikolay Kim
2018-05-15 09:29:59 -07:00
parent 5ea2d68438
commit 953a0d4e4a
2 changed files with 105 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.6.5 (2018-05-15)
* Fix error handling during request decoding #222
## 0.6.4 (2018-05-11)
* Fix segfault in ServerSettings::get_response_builder()