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

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"