Changeset 1945
- Timestamp:
- 09/04/08 15:00:06 (3 months ago)
- Files:
-
- cherokee/trunk/cherokee/connection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/connection.c
r1944 r1945 415 415 conn->mmaped_len = 0; 416 416 417 /* It does not matter whether the previous handler wanted to 418 * use Chunked encoding. 419 */ 420 conn->chunked_encoding = false; 421 417 422 return ret_ok; 418 423 }