- Timestamp:
- 07/09/08 12:19:32 (6 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/handler_file.c (modified) (1 diff)
- cherokee/trunk/sites-default.sample.pre (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1625 r1631 1 2008-07-09 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/handler_file.c (cherokee_handler_file_custom_init): 4 Fixes a small issue with IO cache and the encoders. The server was 5 using IO cache objects even if it should not. 6 1 7 2008-07-08 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 8 cherokee/trunk/cherokee/handler_file.c
r1614 r1631 483 483 /* Set mmap or file position 484 484 */ 485 if ((conn->io_entry_ref != NULL) && 485 if (use_io && 486 (conn->io_entry_ref != NULL) && 486 487 (conn->io_entry_ref->mmaped != NULL)) { 487 488 /* Set the mmap info