-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
zlib.*Sync methods fire asynchorous callbacks #1668
Copy link
Copy link
Closed
Labels
memoryIssues and PRs related to Node.js memory management or memory footprint.Issues and PRs related to Node.js memory management or memory footprint.zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
Description
Activity
Metadata
Metadata
Assignees
Labels
memoryIssues and PRs related to Node.js memory management or memory footprint.Issues and PRs related to Node.js memory management or memory footprint.zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
https://github.com/iojs/io.js/blob/v2.0.1/lib/zlib.js#L458 — this line is called even for
*Syncmethods. That's not the only one.See #1479 and #1665 (comment)