MCPcopy Index your code
hub / github.com/nodejs/node / onUpgradeStreamEnd

Function onUpgradeStreamEnd

deps/undici/undici.js:8877–8879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8875 }
8876 __name(onUpgradeStreamError, "onUpgradeStreamError");
8877 function onUpgradeStreamEnd() {
8878 failUpgradeStream(this[kRequestStreamState], new InformationalError("HTTP/2: stream half-closed (remote)"));
8879 }
8880 __name(onUpgradeStreamEnd, "onUpgradeStreamEnd");
8881 function onUpgradeStreamTimeout() {
8882 const state = this[kRequestStreamState];

Callers

nothing calls this directly

Calls 1

failUpgradeStreamFunction · 0.70

Tested by

no test coverage detected