summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flup/server/fcgi_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/flup/server/fcgi_base.py b/flup/server/fcgi_base.py
index 6b0b8a2..0d985e9 100644
--- a/flup/server/fcgi_base.py
+++ b/flup/server/fcgi_base.py
@@ -617,6 +617,7 @@ class CGIRequest(Request):
self.stdout = StdoutWrapper(sys.stdout) # Oh, the humanity!
self.stderr = sys.stderr
self.data = StringIO.StringIO()
+ self._timeout = 0
def _end(self, appStatus=0L, protocolStatus=FCGI_REQUEST_COMPLETE):
sys.exit(appStatus)