commit | a9679ac94b88f378c09c244c7cbafa4e4ceeb35a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 03 17:32:57 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 03 17:32:57 2010 +0100 |
tree | adabf0870272e9d439fe4d34c98ad4ecfbdaadce | |
parent | 2be39394165a82b99734c84879739b2749820800 [diff] |
[MINOR] http: make the conditional redirect support keep-alive It makes sense to permit a client to keep its connection when performing a redirect to the same host. We only detect the fact that the redirect location begins with a slash to use the keep-alive (if the client supports it).