summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proxy.cc1
1 files changed, 0 insertions, 1 deletions
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