]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
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)
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.


No differences found