]> git.mxchange.org Git - simgear.git/commit
HTTP: adjust request-connection assignment.
authorJames Turner <zakalawe@mac.com>
Sat, 28 Sep 2013 13:03:39 +0000 (14:03 +0100)
committerJames Turner <zakalawe@mac.com>
Sat, 28 Sep 2013 13:03:39 +0000 (14:03 +0100)
commit483659c31985ac3607fa156484f9c2079766f1e8
tree0fa1f4ebb4734df86f6a2a7bf06ce9df25bd93d3
parentadd14dd27c7f91c0b20358d5986c56d1231a5d09
HTTP: adjust request-connection assignment.

Prefer existing, idle connections to creating new connections,
even when below the max-connection limit. Gives much better re-use
and pipeline-ing, and hence reduced setup time/trips.
simgear/io/HTTPClient.cxx