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

http/2 end-of-frame is not set if body is empty bytes #307

This commit is contained in:
Nikolay Kim
2018-06-12 14:47:45 -07:00
parent 6f38d769a8
commit 99092fdf06
2 changed files with 33 additions and 20 deletions

View File

@ -34,6 +34,13 @@
* Remove `Route::with2()` and `Route::with3()` use tuple of extractors instead.
## [0.6.13] - 2018-06-11
* http/2 end-of-frame is not set if body is empty bytes #307
* InternalError can trigger memory unsafety #301
## [0.6.12] - 2018-06-08
### Added