Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cherries (0.07 sec)

  1. src/net/http/h2_bundle.go

    	}
    	f.startWrite(http2FrameWindowUpdate, 0, streamID)
    	f.writeUint32(incr)
    	return f.endWrite()
    }
    
    // A HeadersFrame is used to open a stream and additionally carries a
    // header block fragment.
    type http2HeadersFrame struct {
    	http2FrameHeader
    
    	// Priority is set if FlagHeadersPriority is set in the FrameHeader.
    	Priority http2PriorityParam
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top