diff options
author | Jacques SAMAIN <jsamain+fdio@cisco.com> | 2021-04-01 17:07:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2021-04-01 17:07:52 +0000 |
commit | 8cdce03a7cc7c643c9a853d10136463c25315f79 (patch) | |
tree | 338fd2d98363e53cb41d35660ab9a9ce173a0146 | |
parent | b8e7a5c2deed533eea900b7f76389bd52935f5fd (diff) | |
parent | e2b53486d7fef7e49d7fa2126ce05a9df3c0ed1a (diff) |
Merge "[HICN-694] Do not use prefix received by server when autoconfiguring http-proxy"
-rw-r--r-- | apps/http-proxy/src/http_proxy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/http-proxy/src/http_proxy.cc b/apps/http-proxy/src/http_proxy.cc index c252afe88..262fcb8e1 100644 --- a/apps/http-proxy/src/http_proxy.cc +++ b/apps/http-proxy/src/http_proxy.cc @@ -225,7 +225,6 @@ class HTTPClientConnectionCallback : interface::ConsumerSocket::ReadCallback { const char* reply = nullptr; if (result) { reply = HTTPMessageFastParser::http_ok; - prefix_hash_ = configured_prefix; } else { reply = HTTPMessageFastParser::http_failed; } |