]> git.saurik.com Git - apt.git/commit
http: skip requesting if pipeline is full
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 27 Jul 2016 11:25:18 +0000 (13:25 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 27 Jul 2016 11:25:18 +0000 (13:25 +0200)
commit353b7bab08704cd2f7e2b6951c9dcd7cf3023e3a
tree29f5fca8d23f0bccd21cc8ad4319ce5dc3f976f0
parentb9c20219dc17db1d29eaf297263a4b008bd1b90b
http: skip requesting if pipeline is full

The rewrite in 742f67eaede80d2f9b3631d8697ebd63b8f95427 is based on the
assumption that the pipeline will always be at least one item short each
time it is called, but the logs in #832113 suggest that this isn't
always the case. I fail to see how at the moment, but the old
implementation had this behavior, so restoring it can't really hurt, can
it?
methods/server.cc