You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varzlib=require('zlib');varstream=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');
尝新去给 node 提交 pr, 让这个判断放到 js 层面做.
The text was updated successfully, but these errors were encountered:
源自于 cnpm/cnpmjs.org#335
目前还找不到具体是那段 js 代码写错了.
但是能写一个模拟重现代码:
尝新去给 node 提交 pr, 让这个判断放到 js 层面做.
The text was updated successfully, but these errors were encountered: