nabijaczleweli
d48ab9601b
docs(headers): fix >-quote formatting
...
'>'s as non-first characters are just '>'s (rustfmt probably broke the
line)
2017-10-15 15:00:49 +02:00
Sean McArthur
6b4635fd13
fix(server): fix experimental pipeline flushing
2017-10-02 18:20:05 -07:00
Aaron Riekenberg
e8d6173734
fix(http): avoid infinite recursion when Body::from is called with Cow::Owned. ( #1343 )
...
When cow is a Cow::Owned, cow.to_owned() returns a Cow::Owned, which leads to infinite recursion.
Extract the owned or borrowed values from the cow to ensure progress is made in either case.
2017-10-01 09:49:36 -07:00
Sean McArthur
9c80fdbb9e
refactor(lib): rename http_types to http
2017-09-29 18:12:55 -07:00
Sean McArthur
5027435791
refactor(lib): rename internal http module to proto
2017-09-28 18:28:44 -07:00