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

feat: add address to tryDial errors #1763

Closed mdenushev closed 6 months ago

mdenushev commented 7 months ago

It's helpful to know upstream when receive dial timeout.

erikdubbelboer commented 6 months ago

Thanks!