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 RetryIfErr for Client too #1845

Closed ksw2000 closed 2 months ago

ksw2000 commented 2 months ago

Fix #1744 In PR 1818, we only add RetryIfErr for HostClient but not for Client.

erikdubbelboer commented 2 months ago

Closed in favor of https://github.com/valyala/fasthttp/pull/1850