commit | 8b8995f0f4bf5d9b96b98af8c4e0ed26f4944b7b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 24 22:51:54 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 24 22:53:43 2014 +0200 |
tree | 503df599c371fe4b8684495ef9183c483d5140f7 | |
parent | f118d9f507cd4688720fa81bb033b0424a1a57e9 [diff] |
MINOR: stats: always emit HTTP/1.1 in responses We used to emit either 1.0 or 1.1 depending on whether we were sending chunks or not. This condition is useless, better always send 1.1. Also that way at least clients and intermediary proxies know we speak 1.1. The "Connection: close" header is still set anyway.