XHTTP client: Refactor "packet-up" mode, chasing "stream-up" #4150
WIP
XHTTP: Beyond REALITY 已更新至第三版,快去看看吧
记得支持一个 NFT:
https://opensea.io/assets/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/2
What's Changed
- Transport: Remove HTTP by @RPRX in ae62a0f
- WireGuard inbound: Add missing inbound session information back by @Fangliding in #4126
- XHTTP server: Forbid Mux.Cool except pure XUDP by @RPRX in #4128
- XHTTP, WS, HU: Forbid "host" in
headers
, readserverName
instead by @RPRX in #4142 - Core: Fix memory leaks with RequireFeatures() by @yuhan6665 in #4095
- Chore: "io/ioutil" -> "io" by @ChengenH in #4143
- XHTTP client: Refactor "packet-up" mode, chasing "stream-up" by @RPRX in #4150
- Core: Fix startup error when
dns
exists butfakedns
doesn't by @RPRX in 743435d - XHTTP client: Add decideHTTPVersion() and more logs by @RPRX in 7463561
- XHTTP XMUX: Add
hMaxRequestTimes
andhKeepAlivePeriod
by @RPRX in #4163
以及更新 README,升级一些依赖,使用 Go 1.23.4 进行编译。
New Contributors
@ChengenH made their first contribution in #4143
Full Changelog: v24.11.30...v24.12.15