mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-27 10:14:45 -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.