Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
mod_spdy, gzip and Firefox
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tarun Reddy  
View profile  
 More options Apr 28 2012, 10:51 am
From: Tarun Reddy <tre...@rallydev.com>
Date: Sat, 28 Apr 2012 07:51:13 -0700 (PDT)
Local: Sat, Apr 28 2012 10:51 am
Subject: mod_spdy, gzip and Firefox

So I have this weirdness on my test server. I've installed mod_spdy and
enabled spdy in Firefox 12 (and 13 tested) but when I do, mod_spdy doesn't
gzip or at least doesn't include the Content-encoding: gzip header in
responses to Firefox. Initially I thought it might have been the Firefox,
but they are sending the correct request headers. Gzip works fine with spdy
turned off and also in Chrome with spdy enabled.

Just to add fuel to the "Firefox broken" theory, gzip doesn't show up on
gmail either.... but maybe Google has a reason for it. Any one else see
this?

Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options May 23 2012, 7:07 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Wed, 23 May 2012 17:07:19 -0600
Local: Wed, May 23 2012 7:07 pm
Subject: Re: mod_spdy, gzip and Firefox

So after looking at this further, I believe that this is on mod_spdy side.
I've updated mod-spdy-beta-0.9.2.1-332.x86_64 and Firefox still doesn't
receive gzip'ed content even though it is sending the appropriate headers.

My server is https://rally4rally.rallydev.com/. You will notice a message
on the login page stating that "We have detected that your browser is not
using page compression" when we don't send content back with gzip enabled.

Firefox seems to be sending the correct headers:

GET /slm/login.op HTTP/1.1
Host: rally4rally.rallydev.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:13.0)
Gecko/20100101 Firefox/13.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive

Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options May 23 2012, 7:17 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Wed, 23 May 2012 17:17:05 -0600
Local: Wed, May 23 2012 7:17 pm
Subject: Re: mod_spdy, gzip and Firefox

Submitted as issue 44

http://code.google.com/p/mod-spdy/issues/detail?id=44


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options Jun 5 2012, 11:28 am
From: Tarun Reddy <tre...@rallydev.com>
Date: Tue, 5 Jun 2012 09:28:37 -0600
Local: Tues, Jun 5 2012 11:28 am
Subject: Re: mod_spdy, gzip and Firefox

So soon (today, tomorrow) Firefox 13 will be released. Anyone have an idea
about why this might be occurring? This could lead to a significant
performance decrease for many users, esp. low bandwidth users.

Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options Jun 7 2012, 11:10 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Thu, 7 Jun 2012 21:10:38 -0600
Local: Thurs, Jun 7 2012 11:10 pm
Subject: Re: mod_spdy, gzip and Firefox

At least now I know I'm not the only one to see this issue.

http://blog.httpwatch.com/2012/06/07/spdy-content-compression-how-sho...

Sent from my iPhone

On Jun 5, 2012, at 9:28 AM, Tarun Reddy <tre...@rallydev.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Steele  
View profile  
 More options Jun 8 2012, 1:12 pm
From: Matthew Steele <mdste...@google.com>
Date: Fri, 8 Jun 2012 13:12:35 -0400
Local: Fri, Jun 8 2012 1:12 pm
Subject: Re: mod_spdy, gzip and Firefox

Aha, it seems that Firefox does not send "Accept-Encoding: gzip" for SPDY
requests.  The SPDY spec says that servers are free to assume that SPDY
clients support gzip even if they don't say so, so Firefox takes that as an
invitation to omit the header (which is reasonable).

I'll make a change to mod_spdy to add the header to incoming SPDY requests
that lack it, which should hopefully fix the problem for mod_spdy servers.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Hamilton  
View profile  
 More options Jun 9 2012, 12:06 am
From: Ryan Hamilton <r...@google.com>
Date: Fri, 8 Jun 2012 21:06:22 -0700
Local: Sat, Jun 9 2012 12:06 am
Subject: Re: mod_spdy, gzip and Firefox

FWIW, Chrome will be implementing the same behavior as Firefox:

https://code.google.com/p/chromium/issues/detail?id=131827

Cheers,

Ryan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options Jun 9 2012, 4:53 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Sat, 9 Jun 2012 14:53:17 -0600
Local: Sat, Jun 9 2012 4:53 pm
Subject: Re: mod_spdy, gzip and Firefox

That's great! I will say that using Firebug and Live HTTP Headers, I always
saw the Accept-Encoding:gzip,deflate header so I'm not sure how to take
their report. BUT if this fixes it, I'm not sure I'm all that worried.

Thank you!
Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options Jul 11 2012, 5:38 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Wed, 11 Jul 2012 15:38:10 -0600
Local: Wed, Jul 11 2012 5:38 pm
Subject: Re: mod_spdy, gzip and Firefox

Hi Matthew,

Any progress on this? Performance on Firefox is very slow and I can't
reasonably roll mod_spdy out to production without this fix. If the fix is
long in coming, is there an environment variable set that I can maybe use
to force Apache to compress responses for SPDY connections?

Thank you,
Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarun Reddy  
View profile  
 More options Jul 11 2012, 6:41 pm
From: Tarun Reddy <tre...@rallydev.com>
Date: Wed, 11 Jul 2012 16:41:12 -0600
Local: Wed, Jul 11 2012 6:41 pm
Subject: Re: mod_spdy, gzip and Firefox

After sending this email, I thought about the second have of my question
and started looking for the environment variable and found SPDY_VERSION.
I'm using this

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

before all of my mod_deflate stuff to force gzip/deflate for all SPDY
requests. Works great so far!

Tarun


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Steele  
View profile   Translate to Translated (View Original)
 More options Jul 11 2012, 7:07 pm
From: Matthew Steele <mdste...@google.com>
Date: Wed, 11 Jul 2012 19:07:25 -0400
Local: Wed, Jul 11 2012 7:07 pm
Subject: Re: mod_spdy, gzip and Firefox

Ah, great!  Thanks for finding and sharing that workaround.

This issue has already been fixed in trunk, but hasn't made it out to a
binary release yet.  Until it does (hopefully soon), this sounds like a
great workaround.

Cheers,
-Matthew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »