commit | 6046652253fb1a0bfc21d61e579463eeb821bc5f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 18 19:08:45 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 22 11:49:41 2010 +0100 |
tree | 8ac796fc8cf12e024228f4a8a86e4845486f798a | |
parent | bbf0b37f6cfcaf2cde6dd74231d25b69d6824c72 [diff] |
[MAJOR] http: rework response Connection header handling This one is the next step of previous patch. It correctly computes the response mode and the Connection flag transformations depending on the request mode and version, and the response version and headers. We're now also able to add "Connection: keep-alive", and to convert server's close during a keep-alive connection to a server-close connection.