commit | 2019f95997d6747d6df010739476e5dccca13548 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 14 11:07:31 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 14 11:09:04 2017 +0100 |
tree | eda95413680b217896ad3ea1cce6fd2aaf865323 | |
parent | 800d1761d0bb2ee2d0951d2e39b8b163479158cd [diff] |
CLEANUP: http: make http_server_error() not set the status anymore Given that all call places except one had to set txn->status prior to calling http_server_error(), it's simpler to make this function rely on txn->status than have it store it from an argument.