Simplifying nsHttpConnection - isolating TLS handshake code
Categories
(Core :: Networking: HTTP, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: dragana, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file, 1 obsolete file)
nsHttpConnection drives TLS handshake. Currently, this is mixed in all the other code of nsHttpconnection. It would be good to try to isolate that code into a separate strucure. nsHttpConnection would benefit from some kind of state machine as well so that TLS handshake code and 0RTT code are easier to read.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Backed out for causing bustages at TlsHandshaker.cpp.
Backout link: https://hg.mozilla.org/integration/autoland/rev/ffe9c8c6097de888c1ad41865e7744dc8f675214
Failure log: https://treeherder.mozilla.org/logviewer?job_id=372586662&repo=autoland&lineNumber=48749
Comment 5•3 years ago
|
||
Backed out for causing build bustages on Unified_cpp_protocol_http4.obj
Failure line: gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:658: Unified_cpp_protocol_http4.obj] Error 1
Assignee | ||
Comment 6•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 8•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•