Revision b29154bfac8cb98fbcc4c6514d77efa9adb60e3a authored by Luigi Pinca on 07 March 2020, 20:23:19 UTC, committed by GitHub on 07 March 2020, 20:23:19 UTC
If the socket is closed while data is being compressed, invoke the
current send callback and the buffered send callbacks with an error
before emitting the `'close'` event.

Refs: https://github.com/nodejs/node/pull/30596
1 parent 3e7f69c
History
File Mode Size
bench
doc
examples
lib
test
.eslintrc.yaml -rw-r--r-- 308 bytes
.gitattributes -rw-r--r-- 19 bytes
.gitignore -rw-r--r-- 46 bytes
.npmrc -rw-r--r-- 19 bytes
.prettierrc.yaml -rw-r--r-- 70 bytes
.travis.yml -rw-r--r-- 159 bytes
ISSUE_TEMPLATE.md -rw-r--r-- 702 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 13.5 KB
SECURITY.md -rw-r--r-- 1.6 KB
appveyor.yml -rw-r--r-- 338 bytes
browser.js -rw-r--r-- 175 bytes
index.js -rw-r--r-- 296 bytes
package.json -rw-r--r-- 1.7 KB

README.md

back to top