Changeset 952
- Timestamp:
- 01/31/06 10:08:19
- Files:
-
- trunk/cherrypy/_cphttpserver.py (modified) (1 diff)
- trunk/docs/book/xml/apireference.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cphttpserver.py
r950 r952 81 81 request.multithread = cherrypy.config.get("server.thread_pool") > 1 82 82 request.multiprocess = False 83 request.wsgi_environ = False83 request.wsgi_environ = {} 84 84 response = request.run(self.raw_requestline, self._headerlist(), 85 85 self.rfile) trunk/docs/book/xml/apireference.xml
r951 r952 90 90 <section> 91 91 <title>cherrypy.request.wsgi_environ</title> 92 <para>This attribute is a dictionary containing the WSGI environment for the request. In non-WSGI settings , it is set to False.</para>92 <para>This attribute is a dictionary containing the WSGI environment for the request. In non-WSGI settings (i.e., running under _cphttpserver), it is an empty dictionary.</para> 93 93 </section> 94 94 <section>

