commit | 3fd1973d373363123ee25b995416643fb3a4446b | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun May 27 20:35:08 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 28 14:53:59 2018 +0200 |
tree | ecb3f26bbb33af10d40839e4bc74de3e88a4159c | |
parent | 3e60b11100cbc812b77029ca142b83ac7a314db1 [diff] |
MINOR: http: Log warning if (add|set)-header fails This patch adds a warning if an http-(request|reponse) (add|set)-header rewrite fails to change the respective header in a request or response. This usually happens when tune.maxrewrite is not sufficient to hold all the headers that should be added.