Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/http/h2_bundle.go

    				// but not the stream-level flow control.
    				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
    				return nil
    			}
    			if wrote != len(data) {
    				panic("internal error: bad Writer")
    			}
    		}
    
    		// Return any padded flow control now, since we won't
    		// refund it later on body reads.
    		// Call sendWindowUpdate even if there is no padding,
    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