net/http.http2FrameHeader.Length (field)
21 uses
net/http (current package)
h2_bundle.go#L1405: Length uint32
h2_bundle.go#L1448: fmt.Fprintf(buf, " len=%d", h.Length)
h2_bundle.go#L1482: Length: (uint32(buf[0])<<16 | uint32(buf[1])<<8 | uint32(buf[2])),
h2_bundle.go#L1739: if fh.Length > fr.maxReadSize {
h2_bundle.go#L1742: payload := fr.getReadBuf(fh.Length)
h2_bundle.go#L1942: if fh.Flags.Has(http2FlagSettingsAck) && fh.Length > 0 {
h2_bundle.go#L5230: if sc.inflow.available() < int32(f.Length) {
h2_bundle.go#L5237: sc.inflow.take(int32(f.Length))
h2_bundle.go#L5238: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5258: if f.Length > 0 {
h2_bundle.go#L5260: if st.inflow.available() < int32(f.Length) {
h2_bundle.go#L5263: st.inflow.take(int32(f.Length))
h2_bundle.go#L5268: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5279: if pad := int32(f.Length) - int32(len(data)); pad > 0 {
h2_bundle.go#L8717: if f.Length > 0 {
h2_bundle.go#L8719: cc.inflow.add(int32(f.Length))
h2_bundle.go#L8723: cc.fr.WriteWindowUpdate(0, uint32(f.Length))
h2_bundle.go#L8737: if f.Length > 0 {
h2_bundle.go#L8748: if cs.inflow.available() >= int32(f.Length) {
h2_bundle.go#L8749: cs.inflow.take(int32(f.Length))
h2_bundle.go#L8757: if pad := int(f.Length) - len(data); pad > 0 {
![]() |
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. |