HTTP client no longer keeps a response queue of requests.
authorCameron Dale <camrdale@gmail.com>
Thu, 24 Apr 2008 05:02:43 +0000 (22:02 -0700)
committerCameron Dale <camrdale@gmail.com>
Thu, 24 Apr 2008 05:02:43 +0000 (22:02 -0700)
commit3a40bdc7125e5a4595779fe663b1f4a83c3b2a03
tree9741198f25bf3926588ff69971faecab09558a8b
parentb8e34cf19e0fca0443497ae461cb1b27a0d94b19
HTTP client no longer keeps a response queue of requests.

Instead the requests are added as variables to the call/errbacks.
There is a new variable keeping track of how many responses are outstanding.
clientGone no longer remove/errback responses, as the errbacks will be
called by the client protocol instead.
apt_p2p/HTTPDownloader.py