﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2281	QUIC: failed to get $http_host variable for http3 request	zhuizhuhaomeng@…		"the log config 



{{{
log_format  main  '$http_host';
access_log  logs/access.log  main;
}}}

the request cmd

{{{
curl -v -i -sS --http3 -X GET -H 'host: localhost' --connect-timeout 3 --max-time 3 https://127.0.0.1:4443/
}}}

the result

{{{
[ljl@localhost nginx]$ cat logs/access.log 
-

}}}

"	defect	closed	minor		nginx-core	1.19.x	invalid		zhuizhuhaomeng@…	Linux localhost.localdomain 4.18.0-305.7.1.el8_4.x86_64 #1 SMP Tue Jun 29 21:55:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux	"nginx version: nginx/1.21.4
built by gcc 8.4.1 20200928 (Red Hat 8.4.1-1) (GCC) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --with-http_v3_module --with-cc-opt=-I/opt/boringssl/include --with-ld-opt='-L/opt/boringssl/lib/ -Wl,-rpath,/opt/boringssl/lib/'"
