Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2splitHeaderBlock (0.32 sec)

  1. src/net/http/h2_bundle.go

    // splitHeaderBlock splits headerBlock into fragments so that each fragment fits
    // in a single frame, then calls fn for each fragment. firstFrag/lastFrag are true
    // for the first/last fragment, respectively.
    func http2splitHeaderBlock(ctx http2writeContext, headerBlock []byte, fn func(ctx http2writeContext, frag []byte, firstFrag, lastFrag bool) error) error {
    	// For now we're lazy and just pick the minimum MAX_FRAME_SIZE
    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