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

fix the problem: HostClient maybe delete when pendingClientRequests > 0 #1562

Closed xuxiao415 closed 1 year ago

xuxiao415 commented 1 year ago

fix the problem: HostClient maybe delete when pendingClientRequests > 0

erikdubbelboer commented 1 year ago

Nice find!