mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
Go's net/http library has no limits in place for number of concurrent requests currently being processed. This can result in an enormous number of goroutines being created and the read/write buffer pools growing unbounded resulting in OOM situations. |
||
---|---|---|
.. | ||
query | ||
announce_test.go | ||
http.go | ||
http_test.go | ||
routes.go | ||
scrape_test.go | ||
tracker.go | ||
writer.go |