hello.
now I’m using Cloudflare Pages
. When I connect to https://lol-on-astro.devkr.info/cdn-cgi/trace
first time, it appears like below
fl=34f204
h=lol-on-astro.devkr.info
ip=121.172.71.142
ts=1643883225.997
visit_scheme=https
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36
colo=ICN
http=http/2
loc=KR
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
as you can see, http version is 2.
but when I refresh this URL, it appears like below
fl=34f116
h=lol-on-astro.devkr.info
ip=121.172.71.142
ts=1643883322.59
visit_scheme=https
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36
colo=ICN
http=http/3
loc=KR
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
as you can see, http version is 3.
http version transforms http 2
into http 3
why my http version is not 3 for the first connection?
thank you.