Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pushHead (0.16 sec)

  1. src/net/http/h2_bundle.go

    type http2writePushPromise struct {
    	streamID uint32   // pusher stream
    	method   string   // for :method
    	url      *url.URL // for :scheme, :authority, :path
    	h        Header
    
    	// Creates an ID for a pushed stream. This runs on serveG just before
    	// the frame is written. The returned ID is copied to promisedID.
    	allocatePromisedID func() (uint32, error)
    	promisedID         uint32
    }
    
    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