imroc / req

Simple Go HTTP client with Black Magic
https://req.cool
MIT License
4.12k stars 334 forks source link

Proxy over HTTP3 doesn't work #347

Open avilabss opened 2 months ago

avilabss commented 2 months ago
client := req.C()
client.EnableHTTP3()
client.EnableForceHTTP3()

client.SetProxyURL("socks5://<user>:<pass>@<host>:<port>")

HTTP3 works perfectly fine when the proxy is not set. When set, the HTTP3 stops working.

Does proxy support UDP? Yes!

imroc commented 2 months ago

Currently proxy is not supported for HTTP3, it may be difficult to implement, and contributions are welcome.