Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processGoAway (0.21 sec)

  1. src/net/http/h2_bundle.go

    		return sc.processData(f)
    	case *http2RSTStreamFrame:
    		return sc.processResetStream(f)
    	case *http2PriorityFrame:
    		return sc.processPriority(f)
    	case *http2GoAwayFrame:
    		return sc.processGoAway(f)
    	case *http2PushPromiseFrame:
    		// A client cannot push. Thus, servers MUST treat the receipt of a PUSH_PROMISE
    		// frame 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