mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-15 03:56:56 -04:00
MINOR: http: export the get_reason() function
This patch exports the get_reason() function.
This commit is contained in:
parent
3c3317849f
commit
127169e7f5
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ unsigned int http_get_hdr(const struct http_msg *msg, const char *hname, int hle
|
|||
struct hdr_idx *idx, int occ,
|
||||
struct hdr_ctx *ctx, char **vptr, int *vlen);
|
||||
char *http_get_path(struct http_txn *txn);
|
||||
const char *get_reason(unsigned int status);
|
||||
|
||||
struct http_txn *http_alloc_txn(struct stream *s);
|
||||
void http_init_txn(struct stream *s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue