From: Cameron Dale Date: Thu, 24 Apr 2008 05:02:43 +0000 (-0700) Subject: HTTP client no longer keeps a response queue of requests. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=3a40bdc7125e5a4595779fe663b1f4a83c3b2a03;hp=3a40bdc7125e5a4595779fe663b1f4a83c3b2a03 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. ---