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.94k stars 1.76k forks source link

Use timeout in TCPDialer to resolveTCPAddrs #1582

Closed un000 closed 1 year ago

un000 commented 1 year ago

https://github.com/valyala/fasthttp/issues/1581

erikdubbelboer commented 1 year ago

Thanks!