()
| 2207 | // The id of the Http2Stream, will be undefined if the socket is not |
| 2208 | // yet connected. |
| 2209 | get id() { |
| 2210 | return this[kID]; |
| 2211 | } |
| 2212 | |
| 2213 | // The Http2Session that owns this Http2Stream. |
| 2214 | get session() { |
no outgoing calls
no test coverage detected