]> git.mxchange.org Git - simgear.git/commit
Refactor HTTP content-encoding support.
authorJames Turner <zakalawe@mac.com>
Sat, 5 Oct 2013 22:26:35 +0000 (23:26 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 08:03:28 +0000 (10:03 +0200)
commit2f023803e7f0ffec378686f6dd65a40cea99359f
tree66f2ce87455d0509cd206c0f6183468fc97614e7
parentd658b5fc389836a7eb916141dafca46e63ca12d3
Refactor HTTP content-encoding support.

Move content-encoding handler into its own file, which
simplifies the main code. As part of this, fix a bug where we
didn't flush the ZLIB buffers on response completion.
simgear/io/CMakeLists.txt
simgear/io/HTTPClient.cxx
simgear/io/HTTPContentDecode.cxx [new file with mode: 0644]
simgear/io/HTTPContentDecode.hxx [new file with mode: 0644]
simgear/io/HTTPRequest.hxx