From e2b53486d7fef7e49d7fa2126ce05a9df3c0ed1a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 1 Apr 2021 18:58:59 +0200 Subject: [HICN-694] Do not use prefix received by server when autoconfiguring http-proxy Signed-off-by: Mauro Sardara Change-Id: Ibe623ddffbde7679d41946c18e3381854db0b779 --- apps/http-proxy/src/http_proxy.cc | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit 1.2.3-korg