mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2d1c84ea2e
``` > require('http').globalAgent.sockets { 'HOST:PORT:': [{ ... }, { ... }] } ``` - `new URL('http://HOST:PORT:')` throws -> test suite `open_sockets` - gauges were not cleaned up after no agents were present for a given key. This lead to continuous emission of the previous connection count for a given hostname, following the completion of all requests. -> test suite `when all requests complete` |
||
---|---|---|
.. | ||
.circleci | ||
test | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.nvmrc | ||
.prettierrc | ||
event_loop.js | ||
http.js | ||
index.js | ||
LICENSE | ||
memory.js | ||
mongodb.js | ||
open_sockets.js | ||
package-lock.json | ||
package.json | ||
prom_wrapper.js | ||
timeAsyncMethod.js | ||
uv_threadpool_size.js |