diff --git a/transport/internet/websocket/config.proto b/transport/internet/websocket/config.proto index 3eb49c584..1966e61b6 100644 --- a/transport/internet/websocket/config.proto +++ b/transport/internet/websocket/config.proto @@ -24,4 +24,6 @@ message Config { int32 max_early_data = 5; bool use_browser_forwarding = 6; + + string early_data_header_name = 7; }