diff options
-rw-r--r-- | src/ZHandle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZHandle.cc b/src/ZHandle.cc index 90394c1..effebe8 100644 --- a/src/ZHandle.cc +++ b/src/ZHandle.cc @@ -104,11 +104,11 @@ bool Balau::ZStream::isPendingComplete() { case READING: case WRITING: case WRITING_FINISH: + case CLOSING: return m_h->isPendingComplete(); case COMPRESSING: case DECOMPRESSING: case COMPRESSING_FINISH: - case DECOMPRESSING_FINISH: IAssert(async, "Shouldn't not have a cbResults here..."); return async->gotSignal(); default: |