]> git.mxchange.org Git - simgear.git/commit
Fix a nasty bug in non-libCurl HTTP pipelining.
authorJames Turner <zakalawe@mac.com>
Thu, 25 Feb 2016 22:10:34 +0000 (00:10 +0200)
committerJames Turner <zakalawe@mac.com>
Thu, 25 Feb 2016 22:10:34 +0000 (00:10 +0200)
commitf84dac822a8bb7dd04e9fee3c555622e0f17bed9
treedaacf575ff2a3bcbc6ba83ac6b47247ef3279e33
parent0b4f416ddc3ef8184ffd3b70ae2e8d3e58922bc0
Fix a nasty bug in non-libCurl HTTP pipelining.

- when requests were closely overlapped, but not submitted at the
  same time, connection state could get corrupted.
simgear/io/HTTPClient.cxx
simgear/io/test_HTTP.cxx