X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fresponse.cpp;h=0defebd5afb12a7fe3297649bd65b428e5bef22a;hp=86d06baf07f42c99097ea3733d0dce6f6d3935e4;hb=a4049d7c4126126ca3abd12b1aca8715e7006d44;hpb=070d56e7b0036ca2e4234eb06dcae83ebfb3df34 diff --git a/source/response.cpp b/source/response.cpp index 86d06ba..0defebd 100644 --- a/source/response.cpp +++ b/source/response.cpp @@ -56,7 +56,7 @@ Response Response::parse(const string &str) start=lf+1; } - result.parse_data(str.substr(lf+1)); + result.parse_content(str.substr(lf+1)); return result; }