]> git.mxchange.org Git - simgear.git/commit
Fail HTTP request with missing/illegal protocols.
authorJames Turner <zakalawe@mac.com>
Sun, 20 Oct 2013 22:20:49 +0000 (23:20 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 20 Oct 2013 22:20:49 +0000 (23:20 +0100)
commit48145fb2349242c97ff8725ed09f39f828872ded
tree17d297d5731f973c16b1ec4137591dd7cdcd94e8
parent49730cadeec1efaf6b2d51762d64f6aaa8947599
Fail HTTP request with missing/illegal protocols.

Instead of throwing, run the failure handler for requests with
either a missing spec or something other than http:// (eg, https
or ftp)
simgear/io/HTTPClient.cxx