Closed
Bug 743747
Opened 13 years ago
Closed 13 years ago
fix bug 603514 landing
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
Attachments
(1 file)
|
11.68 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
603514 had merge conflicts with spdy code. The primary effect of this was I didn't merge a couple prefs that were instead left hardcoded with different default values.
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 613348 [details] [diff] [review]
patch 0
Review of attachment 613348 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzab
Telemetry is the next step.
::: netwerk/protocol/http/nsHttpHandler.h
@@ +242,5 @@
> + {
> + return mCapabilities & NS_HTTP_ALLOW_PIPELINING;
> + }
> +
> + bool GetPipelineRescheduleOnTimeout()
Maybe call this GetAllowPipelineRescheduleOnTimeout() But this way it reflects the pref.. Up to you.
Attachment #613348 -
Flags: review?(honzab.moz) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #2)
>
> Telemetry is the next step.
>
yes.. probably something that tracks all the different red event types.
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•