Changeset 1908 for cherokee-pyscgi/ChangeLog
- Timestamp:
- 08/27/08 11:01:47 (3 months ago)
- Files:
-
- cherokee-pyscgi/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-pyscgi/ChangeLog
r1324 r1908 1 2008-08-27 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * pyscgi.py (SCGIHandler.handle_request): The default handler 4 method had to use send() so reply the requests rather than the low 5 level self.wfile socket. 6 7 * Applies a couple of changes that there released with 1.7 but 8 that for some reason were not committed. 9 1 10 2008-03-23 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 11