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

Function updateOutgoingData

lib/_http_server.js:862–865  ·  view source on GitHub ↗
(socket, state, delta)

Source from the content-addressed store, hash-verified

860}
861
862function updateOutgoingData(socket, state, delta) {
863 state.outgoingData += delta;
864 socketOnDrain(socket, state);
865}
866
867function socketOnDrain(socket, state) {
868 const needPause = state.outgoingData > socket.writableHighWaterMark;

Callers

nothing calls this directly

Calls 1

socketOnDrainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…