Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Verified also not working with Firefox 13 final. Any news here?

Original comment by [email protected] on 5 Jun 2012 at 4:16

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
GZIP compression is pointless with SPDY, since SPDY itself compresses data. 
Isnt it?

Original comment by [email protected] on 11 Jun 2012 at 3:53

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
No, it is not compressing payload (headers are compressed)

http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3#TOC-4.7-Data-Com
pression


Original comment by [email protected] on 11 Jun 2012 at 10:03

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I found SPDY_VERSION...

I added this before my SetOutpuFilter DEFLATE and other gzip/deflate parameters 
and it started compressing all SPDY enabled content.

# fix gzip for Firefox which neglects to send gzip headers with spdy
RequestHeader set Accept-Encoding "gzip, deflate" env=SPDY_VERSION


Original comment by [email protected] on 11 Jul 2012 at 10:42

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
This is fixed in trunk as of r334.  You will get the fix after updating to 
release v0.9.2.2 (which should be going out today).

The issue was that Firefox wasn't sending the Accept-Encoding:gzip header, 
because according to the SPDY spec, it doesn't have to -- SPDY servers are 
allowed to simply assume that the client supports gzip.  The problem was that 
mod_spdy wasn't making that assumption as it should have.

Original comment by [email protected] on 31 Jul 2012 at 5:09

  • Changed state: Fixed

from mod-spdy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.