You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, while HTTP/2 was initially developed under the working title of HTTP/2.0, the final, official name adopted after the standardization process was simply HTTP/2.
p.s. h2 is an abbreviation of HTTP/2 stated in the document.
Problem Description
Hi, I'm not sure about this, but
http_version
returnsHTTP/2
asHTTP/2.0
which is not the standard protocol naming.Code Reference:
https://github.com/mitmproxy/mitmproxy/blob/332f222994deb27bb0ab68618b23f270b3bdfe2d/mitmproxy/http.py#L263C5-L263C35
The text was updated successfully, but these errors were encountered: