[wp-trac] Re: [WordPress Trac] #4426: trouble with feedburner + gzip

WordPress Trac wp-trac at lists.automattic.com
Sat Jun 9 11:11:59 GMT 2007


#4426: trouble with feedburner + gzip
------------------------------+---------------------------------------------
 Reporter:  werwin            |        Owner:  anonymous  
     Type:  defect            |       Status:  closed     
 Priority:  normal            |    Milestone:  2.3 (trunk)
Component:  General           |      Version:  2.2.1      
 Severity:  normal            |   Resolution:  invalid    
 Keywords:  feedburner, gzip  |  
------------------------------+---------------------------------------------
Changes (by westi):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 We use ob_gzhandler to handle the compression of output and that handles
 deciding if the client supports it.

 It looks like either feedburner is sending the wrong headers and is
 getting gzip encoded data it doesn't expect or you are double zipping your
 output (for example if apache is also configured to compress output) and
 that is confusing all clients except the browser.

 Looking at your current setup at www.willerwin.com which validates at
 feedburner so I assume has gzip turned off in WordPress you output is
 being gziped presumable by the webserver itself.

 {{{
 GET /wp-feed.php HTTP/1.1

 Host: www.willerwin.com

 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4)
 Gecko/20070515 Firefox/2.0.0.4

 Accept:
 text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

 Accept-Language: en-us,en;q=0.5

 Accept-Encoding: gzip,deflate

 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

 Keep-Alive: 300

 Connection: keep-alive

 Pragma: no-cache

 Cache-Control: no-cache



 HTTP/1.1 200 OK

 Date: Sat, 09 Jun 2007 11:08:37 GMT

 Server: Apache/2.2.4

 X-Powered-By: PHP/5.2.3

 X-Pingback: http://www.willerwin.com/xmlrpc.php

 Last-Modified: Thu, 07 Jun 2007 06:54:33 GMT

 ETag: "009c0ed48bea1397f53afbd42a6f2666"

 Content-Encoding: gzip

 Vary: Accept-Encoding

 Content-Length: 586

 Keep-Alive: timeout=5, max=100

 Connection: Keep-Alive

 Content-Type: text/xml; charset=UTF-8



 ...........T.n.0.<[_.Q.^Z.~...4..i..-...z.rP..L."
 .....J..4=....,....,./..
 vh.4z.....P.&.:..w..."...?.".Q.M....26.Zt.M...8.].C.".Z..r.*..HA.85....p..6fl[Z546g.`..
 ..
 .;.Y...U..P....f.>6..)
 ./n>..,.S&K.*....... ..&......K.P..J.G[I=LM...-.+..D.FU
 +.b.k....K..z2@,......a..+......o.....Xm.70.._J
 ..=.......)......H.....6.f........\....Lr.....O0....X.OG..W...n..M...G-E......u..xz...V...q......s.O....;..4(..
 ..6.......~y.X-.?..zx..C{......Hw..H....p.(..i#RJT.........t...n8o..>...
 .........o.h.......wdX.(..u~1..f.4c...M8......Y/...?.S."8..B....{|L....(k...|Q.6....D.......~.......[3Fi....
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4426#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list