summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ZHandle.cc2
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: