commit | 9e6906b9ecdf8e4c40c3194f7bea83ebbfdd995d | [log] [tgz] |
---|---|---|
author | Jarno Huuskonen <jarno.huuskonen@uef.fi> | Mon Mar 06 14:21:49 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 14 10:41:41 2017 +0100 |
tree | 70d6d05363b02514b836e81ff391cba3b159a256 | |
parent | 50c8044423c384d858b24463d9ff6f4591b03beb [diff] |
MEDIUM: http_error_message: txn->status / http_get_status_idx. This commit removes second argument(msgnum) from http_error_message and changes http_error_message to use s->txn->status/http_get_status_idx for mapping status code from 200..504 to HTTP_ERR_200..HTTP_ERR_504(enum). This is needed for http-request tarpit deny_status commit.