chore(error): improve message about incomplete parsed messages

This commit is contained in:
Sean McArthur
2018-06-25 17:29:40 -07:00
parent 1156e17e65
commit 1f95f58837
2 changed files with 2 additions and 2 deletions

View File

@@ -518,7 +518,7 @@ test! {
url: "http://{addr}/err",
headers: {},
body: None,
error: |err| err.to_string() == "message is incomplete",
error: |err| err.to_string() == "parsed HTTP message from remote is incomplete",
}
test! {