X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=httpinput.cpp;h=374441c32b30e604ec436f8cd62b8f058ed761d8;hp=7853388624ef7e9de926e883a6bd1e83ad4c6560;hb=b757a4a2ce9d24835b52a185134835762af2f50c;hpb=54bbbf3ecc3023d25bebeb36d3e5dbee3ee39a3b diff --git a/httpinput.cpp b/httpinput.cpp index 7853388..374441c 100644 --- a/httpinput.cpp +++ b/httpinput.cpp @@ -200,7 +200,7 @@ int HTTPInput::lookup_and_connect(const string &host, const string &port) return -1; } -bool HTTPInput::parse_response(const std::string &request) +bool HTTPInput::parse_response(const string &request) { vector lines = split_lines(response); if (lines.empty()) {