Closed
Bug 1079484
Opened 10 years ago
Closed 10 years ago
Page Stalls with proxying HTTPS over HTTPS
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
Tracking | Status | |
---|---|---|
firefox32 | --- | unaffected |
firefox33 | --- | wontfix |
firefox34 | --- | fixed |
firefox35 | --- | fixed |
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
u408661
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Two page loading stalls reported:
1] with squid doing https (h1) proxying to an an h1 https origin
2] with spdyprxy doing https (spdy/3.1) proxying to any https origin
Assignee | ||
Comment 1•10 years ago
|
||
(In reply to Patrick McManus [:mcmanus] from comment #0)
>
>
> 2] with spdyprxy doing https (spdy/3.1) proxying to any https origin
scratch that - that turns out to only be a failure with an uncommitted development branch. #1 is the only issue here.
status-firefox32:
--- → unaffected
status-firefox33:
--- → affected
status-firefox34:
--- → affected
status-firefox35:
--- → affected
Assignee | ||
Updated•10 years ago
|
Whiteboard: [spdy]
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8501330 -
Flags: review?(hurley)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mcmanus
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
reporter verifies the try build resolves the issue.
Attachment #8501330 -
Flags: review?(hurley) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8501330 [details] [diff] [review]
Page stalls proxying over https part 1
the feature this fixes is new in 33.. too late for that release, but its a conservative and targeted fix that should be uplifted.
Approval Request Comment
[Feature/regressing bug #]:378637
[User impact if declined]: potential stalls during page load when using new https proxying feature (in gecko 33)
[Describe test coverage new/current, TBPL]: try is good and has merged to m-c. reporter verifies fix
[Risks and why]: very conservative change only in code path of new feature
[String/UUID change made/needed]: none
Attachment #8501330 -
Flags: approval-mozilla-aurora?
Comment 8•10 years ago
|
||
Comment on attachment 8501330 [details] [diff] [review]
Page stalls proxying over https part 1
Aurora+
Attachment #8501330 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•