Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/http/h2_bundle.go

    }
    
    // setConnState calls the net/http ConnState hook for this connection, if configured.
    // Note that the net/http package does StateNew and StateClosed for us.
    // There is currently no plan for StateHijacked or hijacking HTTP/2 connections.
    func (sc *http2serverConn) setConnState(state ConnState) {
    	if sc.hs.ConnState != nil {
    		sc.hs.ConnState(sc.conn, state)
    	}
    }
    
    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