Since ReadySink isn't public yet, expose Connection::is_ready(). (#7)

Also use http from master
This commit is contained in:
Oliver Gould
2017-07-26 14:15:47 -07:00
committed by Carl Lerche
parent a203365d79
commit bd3a07f9e7
2 changed files with 5 additions and 12 deletions

View File

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