Skip to content

Commit aeabccb

Browse files
make TLS_MIN_CLIENT_HELLO 200
1 parent 60600e6 commit aeabccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/envoy/tcp/sni_verifier/sni_verifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Config {
6060
static constexpr size_t TLS_MAX_CLIENT_HELLO = 64 * 1024;
6161

6262
// read at least this number of bytes before giving up on parsing
63-
static constexpr size_t TLS_MIN_CLIENT_HELLO = 100;
63+
static constexpr size_t TLS_MIN_CLIENT_HELLO = 200;
6464

6565
private:
6666
SniVerifierStats stats_;

0 commit comments

Comments
 (0)