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;
|
||||
|
||||
if (!HandleLine(line)) {
|
||||
assert(state == RESPONSE);
|
||||
LockClose();
|
||||
return InputResult::CLOSED;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue