Commit 54302406 authored by knowledge4igor's avatar knowledge4igor

Revert wrong changes in code

parent ee157c75
......@@ -214,8 +214,6 @@ namespace Private {
}
else {
std::string problem("Encountered invalid HTTP version");
problem += std::string(ver);
raise(problem.c_str());
}
if (!cursor.advance(2)) return State::Again;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment