Skip to content

Commit

Permalink
disable tls resumption (#16147)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <danzh@google.com>
  • Loading branch information
danzh2010 authored Apr 23, 2021
1 parent d50749c commit 58a1357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/common/quic/platform/quiche_flags_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ absl::flat_hash_map<std::string, Flag*> makeFlagMap() {
#include "quiche/quic/core/quic_protocol_flags_list.h"
#undef QUIC_PROTOCOL_FLAG

// TODO(danzh) Re-enable TLS resumption after #15912 is checked in.
FLAGS_quic_disable_server_tls_resumption->setValue(true);
return flags;
}

Expand Down

0 comments on commit 58a1357

Please sign in to comment.