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

add support for custom dial function with timeouts #1669

Closed avivcarmis closed 12 months ago

avivcarmis commented 12 months ago

ugh, my bad. done.

erikdubbelboer commented 12 months ago

Thanks!