Send HTTP/1.1 100 Continue if request contains expect: continue header #634

This commit is contained in:
Nikolay Kim 2018-12-23 10:19:12 -08:00
parent e9fe3879df
commit 477bf0d8ae
4 changed files with 64 additions and 23 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.7.16"
version = "0.7.17"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
@ -62,7 +62,7 @@ cell = ["actix-net/cell"]
[dependencies]
actix = "0.7.9"
actix-net = "0.2.2"
actix-net = "0.2.6"
askama_escape = "0.1.0"
base64 = "0.10"
@ -105,7 +105,7 @@ slab = "0.4"
tokio = "0.1"
tokio-io = "0.1"
tokio-tcp = "0.1"
tokio-timer = "0.2"
tokio-timer = "0.2.8"
tokio-reactor = "0.1"
tokio-current-thread = "0.1"