Ben Noordhuis
|
d7bf7ed993
|
zlib: don't assert on malformed dictionary
Handle Z_DATA_ERROR errors from inflateSetDictionary() gracefully.
Fixes the following assertion:
node: ../src/node_zlib.cc:167: static void node::ZCtx::Process
(uv_work_t*): Assertion `ctx->err_ == 0 && "Failed to set
dictionary"' failed.
Aborted (core dumped)
Fixes #4632.
|
12 years ago |
Ben Noordhuis
|
1c32eb4ae2
|
zlib: don't assert on missing dictionary
Handle Z_NEED_DICT errors graciously. Fixes the following assertion:
node: ../src/node_zlib.cc:161: static void node::ZCtx::Process
(uv_work_t*): Assertion`ctx->dictionary_ != __null && "Stream
has no dictionary"' failed.
Aborted (core dumped)
Fixes #4632.
|
12 years ago |
isaacs
|
0e01d6398f
|
zlib: streams2
|
12 years ago |
Dominic Tarr
|
f4a4ef7a2d
|
zlib: Emit 'close' on destroy().
|
12 years ago |
Ryan Dahl
|
850609ea2d
|
Remove separation of libuv tests
|
13 years ago |
Ryan Dahl
|
4e1d6fca8e
|
Mark tests which are broken in libuv
|
13 years ago |
koichik
|
8caf7fdb05
|
Add tests for #1085 and #1304
Fixes #1327.
|
13 years ago |
Ryan Dahl
|
55048cdf79
|
Update copyright headers
|
14 years ago |
Oleg Efimov
|
0665f0271e
|
GJSLint all simple tests exclude http-*, url, path
|
14 years ago |
Oleg Efimov
|
0ce9cbab29
|
GJSLint continue
|
14 years ago |
Ryan Dahl
|
a0159b4b29
|
Fix global leaks
|
14 years ago |
Oleg Efimov
|
c0d69a4883
|
GJSLint part of tests
|
14 years ago |
Ryan Dahl
|
17f3ffa633
|
Call Tick() after coming out of select()
Previously we would only call it before going into select(). This is needed
to fix test/simple/test-next-tick-ordering2.js.
|
14 years ago |
Felix Geisendörfer
|
cf4b5fc52a
|
Test case showing a bug in nextTick ordering
nextTick should fire before setTimeout in this test, but it doesn't.
|
14 years ago |