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

Allow to set read buffer capacity for server request

This commit is contained in:
Nikolay Kim
2018-03-12 10:01:56 -07:00
parent 46b9a9c887
commit 6657446433
7 changed files with 32 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.4.7"
version = "0.4.8"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic, extremely fast, web framework for Rust."
readme = "README.md"