Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Idle (0.05 sec)

  1. src/net/http/h2_bundle.go

    	sc.serveG.check()
    
    	state, st := sc.state(f.StreamID)
    	if state == http2stateIdle {
    		// 6.4 "RST_STREAM frames MUST NOT be sent for a
    		// stream in the "idle" state. If a RST_STREAM frame
    		// identifying an idle stream is received, the
    		// recipient MUST treat this as a connection error
    		// (Section 5.4.1) of type PROTOCOL_ERROR.
    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