Commit 610bef9f authored by Max Kellermann's avatar Max Kellermann

output/httpd: remove bogus assertion

parent 961c7d0f
...@@ -423,7 +423,6 @@ HttpdClient::OnSocketInput(void *data, size_t length) ...@@ -423,7 +423,6 @@ HttpdClient::OnSocketInput(void *data, size_t length)
*newline = 0; *newline = 0;
if (!HandleLine(line)) { if (!HandleLine(line)) {
assert(state == RESPONSE);
LockClose(); LockClose();
return InputResult::CLOSED; return InputResult::CLOSED;
} }
......
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