connect-gzip icon indicating copy to clipboard operation
connect-gzip copied to clipboard

racing condition in gzip, possibly due to spawn child_process from Node 0.8 and upwards

Open 0xgeert opened this issue 11 years ago • 0 comments

When quickly gzipping multiple files (multiple requests).

Probably related to this:

https://github.com/joyent/node/issues/4112

From that issue: "Not a bug. In 0.8 you'd want to listen for the "close" event. See the "Changed / child_process" section at https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8"

0xgeert avatar Jun 04 '13 10:06 0xgeert