Changeset 1527

Show
Ignore:
Timestamp:
12/13/07 15:12:56 (9 months ago)
Author:
Shadowhand
Message:

Removing Content-Length header from file serving with View. It causes issues in some browsers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/View.php

    r1522 r1527  
    176176            // Set the content type and size 
    177177            header('Content-Type: '.$this->kohana_filetype[0]); 
    178             header('Content-Length: '.filesize($this->kohana_filename)); 
    179178 
    180179            if ($print == TRUE)