From c4e5047a539fad669203baaac7fd4e0084d36d81 Mon Sep 17 00:00:00 2001 From: ianb Date: Wed, 24 May 2006 06:18:43 +0000 Subject: Change wsgi.run_once to false --- paste/httpserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/httpserver.py') diff --git a/paste/httpserver.py b/paste/httpserver.py index cc78b29..4918acd 100755 --- a/paste/httpserver.py +++ b/paste/httpserver.py @@ -171,7 +171,7 @@ class WSGIHandlerMixin: ,'wsgi.errors': sys.stderr ,'wsgi.multithread': True ,'wsgi.multiprocess': False - ,'wsgi.run_once': True + ,'wsgi.run_once': False # CGI variables required by PEP-333 ,'REQUEST_METHOD': self.command ,'SCRIPT_NAME': '' # application is root of server -- cgit v1.2.1