Closed
Bug 1582663
Opened 6 years ago
Closed 5 years ago
Maybe we should split nsHttpConnection
Categories
(Core :: Networking, enhancement, P1)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: dragana, Assigned: dragana)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(8 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
Maybe we should split nsHttpConnection into a base class and separate Http < 2, Http2, Http3, etc.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•5 years ago
|
Assignee: kershaw → dd.mozilla
Status: NEW → ASSIGNED
Priority: P3 → P1
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D64033
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D64035
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D64037
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D64038
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D64039
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D64041
| Assignee | ||
Comment 9•5 years ago
|
||
| Assignee | ||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Pushed by ddamjanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c3b5457f7d9
Remove static_cast for nsHttpConnection. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/24db57a7ef45
Split nsHttpConnection into HttpConnectionBase and nsHttpConnection. Make nsHttpConnectionMgr use only HttpConnectionBase. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/5fcf7de9bfd3
Add HttpConnectionUDP. It is just a copy of nsHttpConnection. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/c3bc78c00cd2
Remove Http3Session from nsHttpConnection. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/b08f1feace14
nsHttpConnectionMgr's idle connections can only be TCP connections, no Http3 connections. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/51cbcc43940a
Remove functions from HttpConnectionBase that are TCP connection specific. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/58e785ec0532
Remove what is not needed from HttpConnectionUDP. r=mayhemer
https://hg.mozilla.org/integration/autoland/rev/2de1aef115ee
Remove white space. r=mayhemer
Comment 12•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5c3b5457f7d9
https://hg.mozilla.org/mozilla-central/rev/24db57a7ef45
https://hg.mozilla.org/mozilla-central/rev/5fcf7de9bfd3
https://hg.mozilla.org/mozilla-central/rev/c3bc78c00cd2
https://hg.mozilla.org/mozilla-central/rev/b08f1feace14
https://hg.mozilla.org/mozilla-central/rev/51cbcc43940a
https://hg.mozilla.org/mozilla-central/rev/58e785ec0532
https://hg.mozilla.org/mozilla-central/rev/2de1aef115ee
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•