H2 headers must be lower case

This commit is contained in:
Carl Lerche
2017-08-25 11:44:19 -07:00
parent 91aa1db2ff
commit 9d45255c75
8 changed files with 41 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ futures = "0.1"
tokio-io = "0.1.3"
tokio-timer = "0.1"
bytes = "0.4"
http = { git = "https://github.com/carllerche/http", branch = "uri-try-from-parts" }
http = { git = "https://github.com/carllerche/http", branch = "lower-case-header-name-parsing" }
byteorder = "1.0"
log = "0.3.8"
fnv = "1.0.5"