Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2inflowMinRefresh (0.13 sec)

  1. src/net/http/h2_bundle.go

    	http2errPseudoAfterRegular   = errors.New("pseudo header field after regular")
    )
    
    // inflowMinRefresh is the minimum number of bytes we'll send for a
    // flow control window update.
    const http2inflowMinRefresh = 4 << 10
    
    // inflow accounts for an inbound flow control window.
    // It tracks both the latest window sent to the peer (used for enforcement)
    // and the accumulated unsent window.
    type http2inflow struct {
    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