mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:23:06 +03:00
Revert "also set conn->httpversion_seen when switching to HTTP/2 without ALPN"
This reverts commit 05ca65c650.
This commit is contained in:
parent
05ca65c650
commit
3465e87be7
1 changed files with 0 additions and 2 deletions
|
|
@ -2704,8 +2704,6 @@ CURLcode Curl_http(struct Curl_easy *data, bool *done)
|
|||
if(result)
|
||||
goto fail;
|
||||
info_version = "HTTP/2";
|
||||
/* There is no ALPN here, but the connection is now definitely h2 */
|
||||
conn->httpversion_seen = 20;
|
||||
}
|
||||
else
|
||||
info_version = "HTTP/1.x";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue