<div> Hi, Nginx guy,<br><div><br><div><div>I use Nginx in the Kubernetes. With the upstream server log, I find that the header "connection: close" is 
added when the request is passed to upstream server. Why? What I hope is the original header relating to 
connection status should be passed to upstream server without any 
change. That means: if the original request header has no connection header, "connection" header should not be added. <br><div><br>The final expected behavior is: if no connection header in the request header, the session should be keep-alive, if there is "connection: close" header, the session should be terminated after the response is returned.</div></div><div><br><div>Thanks<br>Liu Peng<br></div></div></div></div></div>