Home | History | Annotate | Download | only in http

Lines Matching refs:initiated

2509 		// peer-initiated stream. The stream identifier of a
4164 curClientStreams uint32 // number of open streams initiated by the client
4165 curPushedStreams uint32 // number of open streams initiated by server push
4260 // streams in the "idle" state that might have been initiated by
5352 // isPushed reports whether the stream is server-initiated.
5398 // Streams initiated by a client MUST use odd-numbered stream
6311 // No recursive pushes: "PUSH_PROMISE frames MUST only be sent on a peer-initiated stream."
6411 // PUSH_PROMISE frames MUST only be sent on a peer-initiated stream that
6442 // Streams initiated by the server MUST use even-numbered identifiers.
6716 streams map[uint32]*http2clientStream // client-initiated
9239 // PusherID is zero if the stream was initiated by the client. Otherwise,