-
Notifications
You must be signed in to change notification settings - Fork 7.3k
src: zlib: revert concatenated-stream changes #8985
Conversation
LGTM. A few comments:
Thanks! |
Looks like we do
Yep! That will be part of the commit metadata (the
This was tested with both the reduced test case as well as the steps listed on the original issue. But, the more eyes, the better! /cc @othiym23. |
Revert "src: fix windows build error" and "zlib: support concatenated gzip files". Treating subsequent data as a concatenated stream breaks npm install. This reverts commits 93533e9 and 6f6a979. Fixes: nodejs#8962 PR-URL: nodejs#8985 Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
3f0a57e
to
cd27714
Compare
I'll test this in a couple hours when I get to work, just saw this email to test this branch |
@chrisdickinson @othiym23 This fixes the problem for us. Thanks a ton to both of you for looking into this and fixing it up for me! |
@othiym23 @wraithan @chrisdickinson Thank you very much! Now LGTM without any comment :) |
Merged in c8ef97e. Thanks all! |
This addresses the immediate problem seen in #8962. I may try to reintroduce this feature with a flagged option if desired.