MCPcopy Index your code
hub / github.com/molnarg/node-http2 / createStream

Function createStream

test/stream.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5var Stream = stream.Stream;
6
7function createStream() {
8 var stream = new Stream(util.log, null);
9 stream.upstream._window = Infinity;
10 return stream;
11}
12
13// Execute a list of commands and assertions
14var recorded_events = ['state', 'error', 'window_update', 'headers', 'promise'];

Callers 2

execute_sequenceFunction · 0.85
stream.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected