﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1420	URL with long query string	riccardo.casatta@…		"When I try to open the link which is served by nginx in this gist https://gist.github.com/RCasatta/b8a9ec2f1e8e6cc539c25f7b1ac77140
The connection is closed
but it works up to 5849 characters in the query string 

from the access.log I have something like this
x.x.x.x - - [07/Nov/2017:09:51:50 +0000] ""-"" 000 0 ""-"" ""-""
and from the error.log I have nothing

I tried to add to the nginx.conf the lines: 
	client_header_buffer_size 64k;
	large_client_header_buffers 4 64k;
but nothing has changed

"	defect	closed	minor		other	1.10.x	invalid			Linux frontend 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux	nginx version: nginx/1.10.3 (Ubuntu)
