aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-25 00:26:02 +0200
committerMax Kellermann <max@duempel.org>2013-10-25 00:26:02 +0200
commit610bef9ff513aebdedbaf8f193e9a5ae61064284 (patch)
tree4aa617da672226ec4412ba7e3dab06228bb38c67
parent961c7d0f7853d28eddffd74d4a874c3e6a85ee9c (diff)
downloadmpd-610bef9ff513aebdedbaf8f193e9a5ae61064284.tar.gz
mpd-610bef9ff513aebdedbaf8f193e9a5ae61064284.tar.xz
mpd-610bef9ff513aebdedbaf8f193e9a5ae61064284.zip
output/httpd: remove bogus assertion
-rw-r--r--src/output/HttpdClient.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx
index 6d0d468a7..9b4b6b8ca 100644
--- a/src/output/HttpdClient.cxx
+++ b/src/output/HttpdClient.cxx
@@ -423,7 +423,6 @@ HttpdClient::OnSocketInput(void *data, size_t length)
*newline = 0;
if (!HandleLine(line)) {
- assert(state == RESPONSE);
LockClose();
return InputResult::CLOSED;
}