]> git.mxchange.org Git - simgear.git/commit
Disable HTTP pipelining if the connection closes.
authorJames Turner <zakalawe@mac.com>
Tue, 22 Mar 2016 20:06:22 +0000 (20:06 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 22 Mar 2016 20:06:22 +0000 (20:06 +0000)
commit714a6ac47dc87f5d8d873644b8dfff05277726ec
tree3de45a05ad5f8875defe68c611c394bb5472c0b2
parent2438dd8a0857364704c9d6088ea0272134b4f8b7
Disable HTTP pipelining if the connection closes.

Don’t keep attempting to pipeline if the next server sets Close on
its response, since this just generates needless overhead.
simgear/io/HTTPClient.cxx
simgear/io/HTTPRequest.cxx
simgear/io/HTTPRequest.hxx