Changeset 1477

Show
Ignore:
Timestamp:
05/16/06 15:11:38 (2 years ago)
Author:
sdcosta
Message:

Fix for #409 The website was sending the gzip header as
"Content-encoding: gzip" instead of "Content-Encoding: gzip". If firefox fixes it, then so should we.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/extlib/Snoopy.class.inc

    r1346 r1477  
    637637            } 
    638638             
    639             if (preg_match("/Content-Encoding: gzip/", $currentHeader) ) { 
     639            if (preg_match("/Content-Encoding: gzip/i", $currentHeader) ) { 
    640640                $is_gzipped = true; 
    641641            }