From d1f231402d306861e10111a50f5321674da2d8f7 Mon Sep 17 00:00:00 2001 From: Stephan Zuercher Date: Tue, 13 Aug 2019 12:30:18 -0700 Subject: [PATCH] http1: remove unimplemented constructor Removes a stale, unimplemented constructor definition. Risk Level: low Testing: n/a Doc Changes: n/a Release Notes: n/a Signed-off-by: Stephan Zuercher --- source/common/http/http1/codec_impl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/common/http/http1/codec_impl.h b/source/common/http/http1/codec_impl.h index be9def7240766..e6dd04016888a 100644 --- a/source/common/http/http1/codec_impl.h +++ b/source/common/http/http1/codec_impl.h @@ -314,10 +314,6 @@ class ServerConnectionImpl : public ServerConnection, public ConnectionImpl { ServerConnectionCallbacks& callbacks, Http1Settings settings, uint32_t max_request_headers_kb); - ServerConnectionImpl(Network::Connection& connection, ServerConnectionCallbacks& callbacks, - Http1Settings settings, uint32_t max_request_headers_kb, - bool strict_header_validation); - bool supports_http_10() override { return codec_settings_.accept_http_10_; } private: