<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
This patch allows chunking the last HTTP response on a connection.<br>
Squid should avoid signaling the message end by connection closure<br>
because it hurts message integrity and sometimes performance. Squid<br>
now chunks if:<br>
<br>
1. the response has a body;<br>
2. the client claims HTTP/1.1 support; and<br>
3. Squid is not going to send a Content-Length header.<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<br>
Squid used to exclude to-be-closed connections from chunking<br>
because chunking support was added (trunk r10781) specifically to <br>
optimize persistent connection reuse and closing connections were <br>
incorrectly excluded as a non-interesting/out-of-scope case.<br>
<br>
Regards,
<br>
Eduard.<br>
</body>
</html>