]> git.mxchange.org Git - simgear.git/commit
Tweak HTTP handling for POST requests.
authorJames Turner <zakalawe@mac.com>
Sat, 17 Nov 2012 18:08:38 +0000 (18:08 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 17 Nov 2012 18:08:38 +0000 (18:08 +0000)
commitd1af42e9adc79e6c0c9bcac416fae5a77a7b506b
tree1c1987eaa91cf38d462398673274379dbc009334
parent9f31addfa5d7dc97a886c432c3a435f0c8356563
Tweak HTTP handling for POST requests.

Tolerate slightly malformed request URLs (no slash following the host specified), and use a better check when POST-ing to decide the request-body data source.
simgear/io/HTTPClient.cxx
simgear/io/HTTPRequest.cxx