hi
i found v2ray achieve early data by store base64 encoded vmess data in earlyDataHeaderName header when GET /path at begining. xray dont use header, but directly start sending vmess data just after GET /path, without waiting for server response switching protocol.
which caused v2ray client with httpupgrade early data enabled unable to connect to xray server. since xray server unable to parse early data from header.
is there any disscussion about which method is better? i compared them on a simulated 500ms delay. v2ray finished with 5s. while xray finished with 5.3s. almost identical. but xray send 1 more packet (before switching protocol)
hi
i found v2ray achieve early data by store base64 encoded vmess data in earlyDataHeaderName header when
GET /pathat begining. xray dont use header, but directly start sending vmess data just afterGET /path, without waiting for server response switching protocol.which caused v2ray client with httpupgrade early data enabled unable to connect to xray server. since xray server unable to parse early data from header.
is there any disscussion about which method is better? i compared them on a simulated 500ms delay. v2ray finished with 5s. while xray finished with 5.3s. almost identical. but xray send 1 more packet (before switching protocol)