Skip to content

Commit

Permalink
http1: remove unimplemented constructor (#7905)
Browse files Browse the repository at this point in the history
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 <zuercher@gmail.com>
  • Loading branch information
zuercher authored Aug 13, 2019
1 parent 3f5580f commit 38a4d86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/common/http/http1/codec_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38a4d86

Please sign in to comment.