diff options
author | Mauro Sardara <msardara@cisco.com> | 2021-04-27 12:06:25 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2021-04-27 12:06:25 +0200 |
commit | 39e15ebb3805efb6c71a1dd16f18061cd86487cf (patch) | |
tree | 87f6e079282b2fff27d8f5064cb55fcfb5ed9ea2 | |
parent | d896148988beb4704428fe338e9c1c7364725acb (diff) |
[HICN-694] Do not use prefix received by server when autoconfiguring http-proxy
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I3b7db1357e705e6f3c79176ad48a26284687c8a1
-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; } |