Closed
Bug 708305
Opened 11 years ago
Closed 11 years ago
Fix 2 PR_* to false/true in spdysession
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
Attachments
(1 file)
1.11 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
2 uses of PR_TRUE and PR_FALSE snuck into spdysession.cpp. change them to true/false.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → mcmanus
Attachment #579741 -
Flags: review?(honzab.moz)
![]() |
||
Updated•11 years ago
|
Attachment #579741 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c170c678c9ac
Target Milestone: --- → mozilla11
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c170c678c9ac
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Backed out (along with the rest of the SPDY landing) in order to stop us hitting the MSVC virtual address limit, so we can reopen the trees (bug 709193). Sucks, but we don't really have any other choice here :-( https://hg.mozilla.org/integration/mozilla-inbound/rev/dc48c0992358
Status: RESOLVED → REOPENED
Depends on: 709193
Resolution: FIXED → ---
Target Milestone: mozilla11 → ---
Comment 5•11 years ago
|
||
Relanded on mozilla-central :-) https://hg.mozilla.org/mozilla-central/rev/cf0b31ff2b6d
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•