Lines Matching refs:stream
18 // - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error)
19 // - every other NGHTTP2 error from binding (should emit stream error)
32 message: 'No stream ID is available because ' +
33 'maximum stream ID has been reached'
35 type: 'stream'
43 type: 'stream'
59 type: 'stream'
71 server.on('stream', common.mustCall((stream, headers) => {
72 stream.pushStream({}, common.expectsError(currentError.error));
73 stream.respond();
74 stream.end();