net/http.http2flow.available (method)
9 uses
net/http (current package)
h2_bundle.go#L1232: func (f *http2flow) available() int32 {
h2_bundle.go#L1241: if n > f.available() {
h2_bundle.go#L5230: if sc.inflow.available() < int32(f.Length) {
h2_bundle.go#L5260: if st.inflow.available() < int32(f.Length) {
h2_bundle.go#L7956: if a := cs.flow.available(); a > 0 {
h2_bundle.go#L8639: if v := cc.inflow.available(); v < http2transportDefaultConnFlow/2 {
h2_bundle.go#L8647: v := int(cs.inflow.available()) + cs.bufPipe.Len()
h2_bundle.go#L8748: if cs.inflow.available() >= int32(f.Length) {
h2_bundle.go#L9722: allowed := wr.stream.flow.available()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |