Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewServerConnectionWithPings (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/upgrade.go

    		runtime.HandleError(fmt.Errorf("unable to upgrade: error hijacking response: %v", err))
    		return nil
    	}
    
    	connWithBuf := &connWrapper{Conn: conn, bufReader: bufrw.Reader}
    	spdyConn, err := NewServerConnectionWithPings(connWithBuf, newStreamHandler, u.pingPeriod)
    	if err != nil {
    		runtime.HandleError(fmt.Errorf("unable to upgrade: error creating SPDY server connection: %v", err))
    		return nil
    	}
    
    	return spdyConn
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 28 08:02:09 UTC 2022
    - 4K bytes
    - Viewed (0)
Back to top