From 1a5b53bc3831029d0250ecb662aec5ec3195599b Mon Sep 17 00:00:00 2001 From: "Alan M. Carroll" Date: Thu, 8 Apr 2021 09:14:35 -0500 Subject: [PATCH] Remove undefined method HttpSM::setup_client_header_nca --- proxy/http/HttpSM.h | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/http/HttpSM.h b/proxy/http/HttpSM.h index 34a5b0f85ee..f328436ac1c 100644 --- a/proxy/http/HttpSM.h +++ b/proxy/http/HttpSM.h @@ -523,7 +523,6 @@ class HttpSM : public Continuation, public PluginUserArgs int write_header_into_buffer(HTTPHdr *h, MIOBuffer *b); int write_response_header_into_buffer(HTTPHdr *h, MIOBuffer *b); void setup_blind_tunnel_port(); - void setup_client_header_nca(); void setup_client_read_request_header(); void setup_push_read_response_header(); void setup_server_read_response_header();