Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <[email protected]>
  • Loading branch information
danzh1989 committed Sep 6, 2019
1 parent 3405bfc commit 548f8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ void EnvoyQuicServerSession::addConnectionCallbacks(Network::ConnectionCallbacks
}

void EnvoyQuicServerSession::addBytesSentCallback(Network::Connection::BytesSentCb /*cb*/) {
// TODO(danzh): implement to support proxy.
// TODO(danzh): implement to support proxy. This interface is only called from
// TCP proxy code.
ASSERT(false, "addBytesSentCallback is not implemented for QUIC");
}

Expand Down
1 change: 1 addition & 0 deletions source/extensions/quic_listeners/quiche/envoy_quic_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ quicAddressToEnvoyAddressInstance(const quic::QuicSocketAddress& quic_address);
quic::QuicSocketAddress envoyAddressInstanceToQuicSocketAddress(
const Network::Address::InstanceConstSharedPtr& envoy_address);

// The returned header map has all keys in lower case.
Http::HeaderMapImplPtr quicHeadersToEnvoyHeaders(const quic::QuicHeaderList& header_list);

Http::HeaderMapImplPtr spdyHeaderBlockToEnvoyHeaders(const spdy::SpdyHeaderBlock& header_block);
Expand Down

0 comments on commit 548f8f5

Please sign in to comment.