Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2frameParsers (0.23 sec)

  1. src/net/http/h2_bundle.go

    // bytes. The length of payload will always equal fh.Length (which
    // might be 0).
    type http2frameParser func(fc *http2frameCache, fh http2FrameHeader, countError func(string), payload []byte) (http2Frame, error)
    
    var http2frameParsers = map[http2FrameType]http2frameParser{
    	http2FrameData:         http2parseDataFrame,
    	http2FrameHeaders:      http2parseHeadersFrame,
    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