diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-23 02:06:05 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-23 02:06:05 +0200 |
| commit | a66d21a1fd7b53997c27279f6269e9226f06fb6b (patch) | |
| tree | c631efaa3d3c2d1084923fa649ffc5b7f2e4db03 /src/proxy.cc | |
| parent | 4f9cb7f330beab9fb09f52421b2dbd15835476e2 (diff) | |
Remove leftover debug assert
Diffstat (limited to 'src/proxy.cc')
| -rw-r--r-- | src/proxy.cc | 1 |
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 |
