Changeset 1631 for cherokee

Show
Ignore:
Timestamp:
07/09/08 12:19:32 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1625 r1631  
     12008-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 
    172008-07-08  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/cherokee/handler_file.c

    r1614 r1631  
    483483        /* Set mmap or file position 
    484484         */ 
    485         if ((conn->io_entry_ref != NULL) && 
     485        if (use_io && 
     486            (conn->io_entry_ref != NULL) && 
    486487            (conn->io_entry_ref->mmaped != NULL)) { 
    487488                /* Set the mmap info