valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

feat(fasthttpproxy): add dual-stack connection support to enable IPv6 proxies for HTTP and SOCKS5 dialers #1885

Closed lavish440 closed 1 month ago

lavish440 commented 1 month ago
lavish440 commented 1 month ago

@alexandear Done

alexandear commented 1 month ago

Looks like it's not fully fixed.

lavish440 commented 1 month ago

Looks like it's not fully fixed.

Done. Seems like golangci-lint does not like goimports-reviser

erikdubbelboer commented 1 month ago

Thanks!