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 possible race condition on request ctx done #1662 #1806

Closed byte0o closed 4 months ago

byte0o commented 4 months ago

Fix possible race condition on request ctx done #1662

erikdubbelboer commented 4 months ago

Almost all tests are failing.

byte0o commented 4 months ago

Almost all tests are failing.

@erikdubbelboer This is caused by the test taking too long. I will check the reason.

byte0o commented 4 months ago

Almost all tests are failing.

@erikdubbelboer Handled, it is a deadlock caused by using lock

erikdubbelboer commented 4 months ago

Thanks!