Changeset 132
- Timestamp:
- 01/22/05 07:09:03
- Files:
-
- trunk/CHANGELOG.txt (modified) (1 diff)
- trunk/cherrypy/_cphttpserver.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG.txt
r131 r132 1 * pass threadIndex to onStartThreadList functions - ticket #91 (Remi) 1 2 * renamed "configDict" into "configMap" for consistency - ticket #82 (Remi) 2 3 * Dots in requests path are now replaced by underscores - ticket #87 (Remi) trunk/cherrypy/_cphttpserver.py
r108 r132 213 213 # Call the functions from cpg.server.onStartThreadList 214 214 for func in cpg.server.onStartThreadList: 215 func( )215 func(self._threadIndex) 216 216 while 1: 217 217 request, client_address = self._requestQueue.get()

