Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSpdyStream (0.33 sec)

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

    	return c.conn.CloseChan()
    }
    
    // newSpdyStream is the internal new stream handler used by spdystream.Connection.Serve.
    // It calls connection's newStreamHandler, giving it the opportunity to accept or reject
    // the stream. If newStreamHandler returns an error, the stream is rejected. If not, the
    // stream is accepted and registered with the connection.
    func (c *connection) newSpdyStream(stream *spdystream.Stream) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 01 15:04:07 UTC 2021
    - 6.7K bytes
    - Viewed (0)
Back to top