Add an optimization to the HTTP client protocol so that pieplining begins sooner.
authorCameron Dale <camrdale@gmail.com>
Fri, 25 Apr 2008 21:43:14 +0000 (14:43 -0700)
committerCameron Dale <camrdale@gmail.com>
Fri, 25 Apr 2008 21:43:14 +0000 (14:43 -0700)
commitebdcf9bd3a4caeb295c3b4f0776af5d16a21982b
treea39e6b9aa65f00b44025ecb92baf22d3a6b0e91d
parentf38a88ed92874d4f976feb29deed71737648bd2e
Add an optimization to the HTTP client protocol so that pieplining begins sooner.

Specifically, it begins after the first requests headers are sent, instead of the whole response.
apt_p2p/HTTPDownloader.py