commit | fdfcc9d2b75e97f81b40f80ddd341ab77550f43b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 26 13:57:29 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 27 20:22:36 2016 +0100 |
tree | a05cd344f575f79c8bd0b499cb1c44e1f5de9b44 | |
parent | ceeafb5efc6e916a99aaa59d20e6825b9febc378 [diff] |
MINOR: stats: send content-length with the redirect to allow keep-alive After a POST on the stats admin page, a 303 is emitted. Unfortunately this 303 doesn't contain a content-length, which forces the connection to be closed and reopened. Let's simply add a content-length: 0 to solve this.