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.2.8-preview. (GOOS=darwin GOARCH=arm64)