net/http.transferWriter.ByteReadCh (field)

5 uses

	net/http (current package)
		transfer.go#L72: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L205: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L213: 		t.ByteReadCh <- rres
		transfer.go#L217: 	case rres := <-t.ByteReadCh:
		transfer.go#L1069: 	rres := <-fr.tw.ByteReadCh