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

Preallocate read buffer for h1 codec, #749

This commit is contained in:
Nikolay Kim
2019-04-02 10:19:56 -07:00
parent 1bd0995d7a
commit c27fbdc35f
3 changed files with 11 additions and 1 deletions

View File

@ -6,6 +6,8 @@
* Rust 1.31.0 compatibility
* Preallocate read buffer for h1 codec
## [0.1.0-alpha.2] - 2019-03-29