Closed
Bug 1429859
Opened 7 years ago
Closed 7 years ago
Due to a bug we sometime send a request that got 425 as early-data again
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: dragana, Assigned: dragana)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
723 bytes,
patch
|
mcmanus
:
review+
gchang
:
approval-mozilla-beta+
gchang
:
approval-mozilla-release+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #8941909 -
Flags: review?(mcmanus) → review+
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•7 years ago
|
||
Comment on attachment 8941909 [details] [diff] [review]
bug_1429859.patch
Approval Request Comment
[Feature/Bug causing the regression]: bug 1406908
[User impact if declined]: If firefox send some request with tls1.3 early-data, it may happen that server replies with 425 Too Early. Firefox should resend the request but not as early-data. Due to this bug firefox sometimes resend the request in early-data. In that case user will see error 425 as a response.
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: no
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]:none
[Is the change risky?]: no, it is a one line patch
[Why is the change risky/not risky?]:
[String changes made/needed]:
Attachment #8941909 -
Flags: approval-mozilla-beta?
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d7620e3e096
Check mDoNotTryEarlyData in Do0RTT(). r=mcmanus
Keywords: checkin-needed
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 5•7 years ago
|
||
Comment on attachment 8941909 [details] [diff] [review]
bug_1429859.patch
Fix an issue which will cause server to reply with 425 too early. Beta58+
Attachment #8941909 -
Flags: approval-mozilla-release+
Attachment #8941909 -
Flags: approval-mozilla-beta?
Attachment #8941909 -
Flags: approval-mozilla-beta+
Comment 7•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/6af0590440039c44a5299a8432a0b9f3e1566b13 (FIREFOX_58b_RELBRANCH)
https://hg.mozilla.org/releases/mozilla-release/rev/f99b1d9d9006
status-firefox58:
--- → fixed
Comment 8•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/0c5b5676912d (FIREFOX_58b_RELBRANCH)
Previous beta changeset had landed on wrong branch and got backed out in https://hg.mozilla.org/releases/mozilla-beta/rev/09bab9dac2557fa568c7072299df0527f073043e
You need to log in
before you can comment on or make changes to this bug.
Description
•