Home | History | Annotate | Download | only in http

Lines Matching defs:newStream

4299 	st := sc.newStream(id, 0, initialState)
4382 func (sc *http2serverConn) newStream(id, pusherID uint32, state http2streamState) *http2stream {
5233 promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
6090 cs := cc.newStream()
6503 func (cc *http2ClientConn) newStream() *http2clientStream {