output/httpd: remove bogus assertion

This commit is contained in:
Max Kellermann 2013-10-25 00:26:02 +02:00
parent 961c7d0f78
commit 610bef9ff5
1 changed files with 0 additions and 1 deletions

View File

@ -423,7 +423,6 @@ HttpdClient::OnSocketInput(void *data, size_t length)
*newline = 0;
if (!HandleLine(line)) {
assert(state == RESPONSE);
LockClose();
return InputResult::CLOSED;
}