summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r--ext/soap/soap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index f0e26bf19d..f79d84c8a1 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -1598,6 +1598,8 @@ PHP_METHOD(SoapServer, handle)
if (zf) {
php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);
+ SG(request_info).request_body->flags &= ~PHP_STREAM_FLAG_NO_BUFFER;
+
} else {
php_error_docref(NULL TSRMLS_CC, E_WARNING,"Can't uncompress compressed request");
return;