1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00

Add early data config for httpupgrade

This commit is contained in:
Shelikhoo 2025-01-07 16:22:08 +00:00
parent 0291d8ad72
commit d8a819eab4
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -15,4 +15,6 @@ message Config {
string path = 1;
string host = 2;
int32 max_early_data = 3;
string early_data_header_name = 4;
}