Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk committed Oct 20, 2021
1 parent c6d5bc4 commit ed2b450
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/common/quic/envoy_quic_client_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ class EnvoyQuicClientSession : public QuicFilterManagerConnectionImpl,
// QuicFilterManagerConnectionImpl
void setHttp3Options(const envoy::config::core::v3::Http3ProtocolOptions& http3_options) override;

bool QuicheShouldCreateOutgoingBidirectionalStream() {
return quic::QuicSpdyClientSession::ShouldCreateOutgoingBidirectionalStream();
}

// Notify any registered connection pool when new streams are available.
void OnCanCreateNewOutgoingStream(bool) override;

Expand Down

0 comments on commit ed2b450

Please sign in to comment.