golang.org/x/net/http2.flow.take (method)
7 uses
golang.org/x/net/http2 (current package)
flow.go#L33: func (f *flow) take(n int32) {
server.go#L1682: sc.inflow.take(int32(f.Length))
server.go#L1708: st.inflow.take(int32(f.Length))
transport.go#L1462: cs.flow.take(take)
transport.go#L2246: cs.inflow.take(int32(f.Length))
writesched.go#L125: wr.stream.flow.take(allowed)
writesched.go#L154: wr.stream.flow.take(int32(len(wd.p)))
![]() |
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. |