mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-08 13:19:08 -07: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.
3.7 KiB
3.7 KiB