Description
We've seen an issue where Traffic Server receives a response w/ a Connection: Close header followed by an EOS caused by a TCP FIN. What happens is that the tunnel_hander_server() is incorrectly keeping the connection open due to the EOS code path not detecting the connection close. This results in failed connections and other weird transient issues. Patch incoming.