diff options
| -rw-r--r-- | src/proxy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proxy.cc b/src/proxy.cc index e102b81..c67b0df 100644 --- a/src/proxy.cc +++ b/src/proxy.cc @@ -2231,6 +2231,8 @@ size_t ProxyImpl::MitmMonitor::handle_http_data(Content* content, return size; } } + assert(false); + return 0; } } // namespace |
