MCPcopy
hub / github.com/http-party/node-http-proxy / done

Function done

lib/http-proxy/index.js:148–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 // Wrap callback to nullify server after all open connections are closed.
148 function done() {
149 self._server = null;
150 if (callback) {
151 callback.apply(null, arguments);
152 }
153 };
154};
155
156ProxyServer.prototype.before = function(type, passName, callback) {

Callers 7

requestHandlerFunction · 0.85
doneOneFunction · 0.85
maybe_doneFunction · 0.85
startSocketIoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected