summaryrefslogtreecommitdiff
path: root/plugins/python/pump_subhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/pump_subhandler.c')
-rw-r--r--plugins/python/pump_subhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/pump_subhandler.c b/plugins/python/pump_subhandler.c
index 97315a8f..702dd7e0 100644
--- a/plugins/python/pump_subhandler.c
+++ b/plugins/python/pump_subhandler.c
@@ -342,12 +342,12 @@ int uwsgi_response_subhandler_pump(struct wsgi_request *wsgi_req) {
UWSGI_RELEASE_GIL
return UWSGI_AGAIN;
}
+#endif
}
else {
uwsgi_log("invalid Pump response.\n");
goto clear;
}
-#endif
}