]> git.mxchange.org Git - simgear.git/commit
HTTP Client improvements
authorJames Turner <zakalawe@mac.com>
Tue, 25 Jun 2013 06:55:20 +0000 (07:55 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 18 Sep 2013 11:17:38 +0000 (12:17 +0100)
commit9c7bd4f5d51db9a770a23cc9c96c9542c65df3b1
tree641c895478495773d99e8f533d42474e9a783a50
parent362d47f91f7b30398c206681df450984c3bbcd63
HTTP Client improvements

- max connections limit, and parallel connections to a single host where possible.
  (Will permit updating terrain and Models / Airports / data in parallel)
- add LGPL headers
- give HTTP::Client a private impl class, to keep header simple.
simgear/io/HTTPClient.cxx
simgear/io/HTTPClient.hxx