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

Fix flakiness for TestDoDeadlineRetry #1652

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR fixes the following:

--- FAIL: TestDoDeadlineRetry (0.11s)
    client_test.go:185: expected 2 tries got 1
FAIL