From a66d21a1fd7b53997c27279f6269e9226f06fb6b Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 23 Jul 2017 02:06:05 +0200 Subject: Remove leftover debug assert --- src/proxy.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proxy.cc b/src/proxy.cc index 5e9f177..bd90567 100644 --- a/src/proxy.cc +++ b/src/proxy.cc @@ -831,7 +831,6 @@ bool header_token_eq(std::string const& value, std::string const& token) { } void ProxyImpl::client_remote_error(size_t index, uint16_t error) { - assert(false); auto& client = clients_[index]; if (client.remote_state > CONNECTED) { // Already started to return response, too late to do anything -- cgit v1.2.3-70-g09d2