Typo: "HTTP/2.0" should be displayed as "HTTP/2" (Network Monitor, DevTools))
Categories
(Core :: Networking: HTTP, defect, P3)
Tracking
()
People
(Reporter: iwanaga.blackie, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
Attachments
(1 file)
187.07 KB,
image/png
|
Details |
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•6 years ago
|
||
Hi I would like to fix this bug but as this is my first bug, can someone give me some guidance?
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
HTTP/3 is being identified as "HTTP/3". Which tells me there was a fix done somewhere, somehow, to not use the minor .0 as HTTP/2 used to. When can we expect HTTP/2 to be corrected, on par with RFC7540, and drop the minor .0 out of it?
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit auto_nag documentation.
Comment 8•9 months ago
|
||
It's now displayed as "HTTP/2" in Developer Tools.
(In reply to Yoshihiro Iwanaga from comment #0)
I guess this can be fixed just changing this line:
https://dxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpTransaction.cpp#1283
This line has been changed by https://hg.mozilla.org/mozilla-central/rev/9599e1491ce6 when fixing https://bugzilla.mozilla.org/show_bug.cgi?id=1623755.
So is this bug here (1331242) fixed?
Updated•9 months ago
|
Comment 9•9 months ago
|
||
(In reply to XU Kailiang from comment #8)
It's now displayed as "HTTP/2" in Developer Tools.
(In reply to Yoshihiro Iwanaga from comment #0)
I guess this can be fixed just changing this line:
https://dxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpTransaction.cpp#1283This line has been changed by https://hg.mozilla.org/mozilla-central/rev/9599e1491ce6 when fixing https://bugzilla.mozilla.org/show_bug.cgi?id=1623755.
So is this bug here (1331242) fixed?
This seems right. Thank you for pointing this out.
Description
•