Changeset 1945

Show
Ignore:
Timestamp:
09/04/08 15:00:06 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/connection.c

    r1944 r1945  
    415415        conn->mmaped_len   = 0; 
    416416 
     417        /* It does not matter whether the previous handler wanted to 
     418         * use Chunked encoding. 
     419         */ 
     420        conn->chunked_encoding = false; 
     421 
    417422        return ret_ok; 
    418423}