]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
Fix an HTTP download bug that caused HEAD requests to not pipeline.
authorCameron Dale <camrdale@gmail.com>
Mon, 21 Apr 2008 02:39:33 +0000 (19:39 -0700)
committerCameron Dale <camrdale@gmail.com>
Mon, 21 Apr 2008 02:39:33 +0000 (19:39 -0700)
commit8cc1f143a217bf0e6a2a9a71c37311ca14110798
tree7a2707aea464133b2c7e1bf04aa58240cd4099f0
parentdbcab5189211e7e072c6477d651d578509cd0e0b
Fix an HTTP download bug that caused HEAD requests to not pipeline.

Also improve the testing for this.
apt_p2p/HTTPDownloader.py
test.py