1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-03 17:23:43 -04:00
v2fly/proxy/http
lrh2000 17d85263e2
proxy/http: Avoid getting stuck when using server-first protocols
PR #99 reduces an extra RTT when setting up the CONNECT tunnel
via http proxy, however, server-first protocols (such as MySQL)
will be unusable as v2ray keeps to wait for the client request.
This commit solves the problem by limiting the maximum waiting
time to 50 ms.
2022-06-25 19:26:33 +01:00
..
simplified update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
client.go proxy/http: Avoid getting stuck when using server-first protocols 2022-06-25 19:26:33 +01:00
config.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
config.pb.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
config.proto update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
http.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
server.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00