Searched defs:bodyLimitReader (Results 1 – 1 of 1) sorted by relevance
3138 type bodyLimitReader struct { struct3139 mu sync.Mutex3140 count int3141 limit int3142 closed chan struct{}3145 func (r *bodyLimitReader) Read(p []byte) (int, error) {3163 func (r *bodyLimitReader) Close() error {