commit | 396504089897fd373c87435eb4d51c6e7ae1f32e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 15 19:44:39 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 15 19:44:39 2010 +0100 |
tree | b3c3e9ded1a164fb41c80a2fbc6876b215f218b5 | |
parent | f53b25d7c187e305d161f181c83c36fce1e8de8b [diff] |
[MINOR] http: don't mark a server as failed when it returns 501/505 Those two codes can be triggered on demand by client requests. We must not fail a server on them. Ideally we should ignore a certain amount of status codes which do not indicate life nor death.