Files
mochi/http
Paul Saab 3f5b6b55b0 Limit number of concurrent connections
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.
2014-09-25 10:58:07 -07:00
..
2014-09-23 23:00:50 -04:00
2014-09-25 10:58:07 -07:00
2014-07-21 10:53:26 -04:00
2014-07-24 17:10:43 -04:00
2014-08-04 06:15:08 -04:00