mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-13 15:46:49 +03:00
8fe6af3619
* Fix flaky race tests * Drain streamed body in content length test
6 lines
60 B
Go
6 lines
60 B
Go
//go:build race
|
|
|
|
package fasthttp
|
|
|
|
const raceEnabled = true
|