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

Function onSocketPause

lib/_http_server.js:1415–1420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1413}
1414
1415function onSocketPause() {
1416 if (this._handle?.reading) {
1417 this._handle.reading = false;
1418 this._handle.readStop();
1419 }
1420}
1421
1422function unconsume(parser, socket) {
1423 if (socket._handle) {

Callers

nothing calls this directly

Calls 1

readStopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…