output/httpd: remove bogus assertion
This commit is contained in:
parent
961c7d0f78
commit
610bef9ff5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue