This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 746
node: ../src/node_zlib.cc:150: static void node::ZCtx::Write(const v8::FunctionCallbackInfo<v8::Value>&) [with bool async = true]: Assertion `!ctx->pending_close_ && "close is pending"' failed. #335
Comments
出现了两次 |
node: ../src/node_zlib.cc:150: static void node::ZCtx::Write(const v8::FunctionCallbackInfov8::Value&) [with bool async = true]: Assertion `!ctx->pending_close_ && "close is pending"' failed. again |
|
重现模拟代码: var zlib = require('zlib');
var stream = zlib.createGzip();
stream.write('foo');
stream.close();
// Assertion failed: (!ctx->pending_close_ && "close is pending"), function Write, file ../src/node_zlib.cc, line 150.
stream.write('again'); |
|
fengmk2
changed the title
SyntaxError: Unexpected token <
node: ../src/node_zlib.cc:150: static void node::ZCtx::Write(const v8::FunctionCallbackInfo<v8::Value>&) [with bool async = true]: Assertion `!ctx->pending_close_ && "close is pending"' failed.
May 4, 2014
fengmk2
added a commit
that referenced
this issue
May 4, 2014
Let nginx do the gzip job |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: