Commit Graph

9 Commits

Author SHA1 Message Date
Augie Fackler
6a644ad048 httpclient: update to 54868ef054d2 of httpplus
As of that revision, httpplus fully supports Python 3, including
mimicing all the subtle behavior changes around headers in Python 3's
http.client.
2016-06-27 11:53:50 -04:00
Augie Fackler
31c27da2fc httpclient: update to upstream revision 2995635573d2
This is mostly Python 3 compat work thanks to timeless.
2016-05-09 21:13:50 -04:00
Augie Fackler
f19af9e9c4 httpclient: update to 938f2107d6e2 of httpplus
This enhances proxy support in httpclient a little bit, though I don't
know that we used that functionality at all. It also switches httpplus
to using absolute_import.
2015-12-31 13:19:20 -05:00
Augie Fackler
2b894133a5 httpclient: upgrade to fe8c09e4db64 of httpplus 2013-05-11 20:25:15 -05:00
Brendan Cully
6d209b275f http2: sane readline
It turns out that it pays off to read more than a byte at a time with
a select in between :)
2013-02-01 15:00:23 -08:00
Brendan Cully
ce866bfa51 http2: make read use pushchunk/popchunk, eschew itertools
The itertools approach was showing up high in the profile output.
2013-02-01 14:41:35 -08:00
Brendan Cully
720c8502c6 http2: track available data as it changes instead of recomputing it
With a large amount of available data, this computation can become
costly.
2013-02-01 14:41:33 -08:00
Mads Kiilerich
2f4504e446 fix trivial spelling errors 2012-08-15 22:38:42 +02:00
Augie Fackler
68b99d0585 httpclient: update to revision 892730fe7f46 of httpplus 2012-05-04 16:00:33 -05:00