UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

FF15 w/SPDY v3 enabled stalls on page loads #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?
0.9.3.2

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)
Server version: Apache/2.2.15 (Unix)
Server built:   Feb 13 2012 18:23:33
On Oracle Linux 6.2

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)
Of note, pagespeed

What browser version did you use to access the mod_spdy server?  On what
operating system? What flags was the browser invoked with?  (For
Chrome/Chromium, go to about:version to check.)
Firefox 15.0.1 with v3 turned on.

What steps will reproduce the problem?
1. Go to https://rally4rally.rallydev.com/slm/login.op
Occasionally the page will stall completely and won't display the page content. 
With v3 in FF turned off, page loads fine everytime.

What is the expected result? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by tre...@rallydev.com on 4 Oct 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Thanks for the report.  Based on previous conversations with Patrick McManus 
(the Mozilla developer who works on SPDY in Firefox), I believe that this is a 
known bug in FF15's SPDY/3 implementation that was fixed in FF16, and 
apparently didn't ever get backported (because SPDY/3 is off by default in FF15 
anyway): https://bugzilla.mozilla.org/show_bug.cgi?id=762505

If you see this same problem (or any other problem) with FF16 (or later) and 
mod_spdy, please do open another bug.

Original comment by mdste...@google.com on 4 Oct 2012 at 5:06

GoogleCodeExporter commented 8 years ago
Ah thanks! Should have checked FF's bugzilla. It does indeed work as desired 
with FF 16b5

Thanks again

Original comment by tre...@rallydev.com on 4 Oct 2012 at 5:12