Closed
Bug 1133156
Opened 10 years ago
Closed 10 years ago
Introduction of "soft" checks for HTTP framing errors broke hallmark.com, Wordpress and some other sites with CSS after gzdeflate()
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox37 | --- | unaffected |
firefox38 | + | fixed |
People
(Reporter: jst, Assigned: bagder)
References
()
Details
(Keywords: regression)
The fix for bug 237623 broke http://www.hallmark.com (right before Valentines day, no less! :). The side loads, but its css file doesn't (and possibly others). Flipping the pref network.http.enforce-framing.soft to false makes the site work again.
Reporter | ||
Comment 1•10 years ago
|
||
[Tracking Requested - why for this release]: This regressed in 38.
tracking-firefox38:
--- → ?
Reporter | ||
Comment 2•10 years ago
|
||
And hat-tip to billm for tracking down the regression!
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
this browser thing would be a lot easier without damn web comapt.
backed out bug 237623 in comment 3 and we'll try it again.
Comment 5•10 years ago
|
||
thanks jst
Blocks: 1133193
Comment 6•10 years ago
|
||
It also broke CSS loading for http://www.sueddeutsche.de, one of the top German news portals.
I didn't open a new bug since it's already backed out, but you may want to check this site as well before re-enabling it.
Assignee | ||
Comment 7•10 years ago
|
||
Did the backout get stuck in inbound and never got to m-c ?
Comment 8•10 years ago
|
||
As of right now, yes:
https://hg.mozilla.org/integration/mozilla-inbound/log/44476ddac532/netwerk/protocol/http/nsHttpHandler.cpp
http://hg.mozilla.org/mozilla-central/log/e0cb32a0b1aa/netwerk/protocol/http/nsHttpHandler.cpp
I guess there weren't any merges over the weekend? Since the backout wasn't backed out.
Comment 9•10 years ago
|
||
(In reply to Daniel Stenberg [:bagder] from comment #7)
> Did the backout get stuck in inbound and never got to m-c ?
s/never/not yet/
looks that way https://tbpl.mozilla.org/
Updated•10 years ago
|
Severity: normal → major
status-firefox37:
--- → unaffected
status-firefox38:
--- → affected
Summary: Introduction of "soft" checks for HTTP framing errors broke hallmark.com → Introduction of "soft" checks for HTTP framing errors broke hallmark.com, Wordpress and some other sites with CSS after gzdeflate()
Updated•10 years ago
|
Assignee | ||
Comment 13•10 years ago
|
||
This problem was due to an incomplete check for the end of compressed streams in the patch for bug 237623. This has been backed out already and we're now doing the check differently.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 14•10 years ago
|
||
Updating the tracking flags accordingly
You need to log in
before you can comment on or make changes to this bug.
Description
•