After the cert authentication we do not call neqo's process immediately
Categories
(Core :: Networking: HTTP, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: dragana, Assigned: dragana)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
This you use to work properly, but when we have split process_output and process_input this step is missed.
When a cert is authenticated we call neqo's Authenticated function but we do not call ProcessEvent so we do not pick up promptly that the connection is now ready or failed. We relay on timers to prompt the call.
This just adds unnecessary delay of 1 PTO.
Assignee | ||
Comment 1•4 years ago
|
||
Currently we call ResumeSend() which will not process neqo events. It will only produce new packets. We are relying on other events, like timeout or a receive packet to trigger this.
Comment 3•4 years ago
|
||
bugherder |
Comment 4•4 years ago
|
||
Backed out changeset 4dd604f6e395 (bug 1667351) for causing high frequency xpcshell failures at test_altsvc_pref.js.
https://hg.mozilla.org/integration/autoland/rev/e29c5f0e349d9bd193f4076f81328db92ac239d7
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=4dd604f6e395951e54d2e4fa3c8bff559dafcfc3&selectedTaskRun=Du-_DUV7SNu5WWZn0en_uQ.0
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=317589410&repo=autoland&lineNumber=3371
Comment 5•4 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/e29c5f0e349d
Assignee | ||
Comment 6•4 years ago
|
||
(In reply to Cristian Brindusan [:cbrindusan] from comment #4)
Backed out changeset 4dd604f6e395 (bug 1667351) for causing high frequency xpcshell failures at test_altsvc_pref.js.
https://hg.mozilla.org/integration/autoland/rev/e29c5f0e349d9bd193f4076f81328db92ac239d7Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=4dd604f6e395951e54d2e4fa3c8bff559dafcfc3&selectedTaskRun=Du-_DUV7SNu5WWZn0en_uQ.0Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=317589410&repo=autoland&lineNumber=3371
The test failure is fixed by bug 1669449. This bug revealed an already existing bug in the code.
Comment 8•4 years ago
|
||
bugherder |
Description
•