XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
25.3k stars 3.91k forks source link

Does Not work Split HTTP/3 #3659

Closed HiddifyOfficial closed 2 months ago

HiddifyOfficial commented 2 months ago

Integrity requirements

Version

1.8.23

Description

Hello. Thank you for all your hard work

After updating the kernel to version 1.8.23, these protocols do not work: Split HTTP/3

Client: Streisand FoXray

This protocol was working fine before the clients updated the Xray kernel

Reproduction Method

Noting

Client config



Server config



Client log



Server log



Fangliding commented 2 months ago

not following template

mmmray commented 2 months ago

This protocol was working fine before the clients updated the Xray kernel

On July 31st, Streisand upgraded from 1.8.17 to 1.8.23. In the older version h3 was not even implemented, and I know of a few people who use h3 successfully on the new version. Please put more effort into your bugreports.

mmmray commented 2 months ago

Most likely you set h3 ALPN, but in 1.8.17 it got ignored and you were actually using h2 the entire time. Now that you upgraded the client, the config breaks because it attempts to actually use h3 and fails for some reason (ISP blocked it, your CDN does not support it, ...)