mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 16:52:46 +02:00
[BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once
Bug reported by Laurent Dolosor.
This commit is contained in:
committed by
Willy Tarreau
parent
15f0ac4829
commit
329f74d463
@@ -30,6 +30,7 @@ struct stat_scope {
|
||||
#define ST_SHNODE 0x00000002 /* show node name */
|
||||
#define ST_SHDESC 0x00000004 /* show description */
|
||||
#define ST_SHLGNDS 0x00000008 /* show legends */
|
||||
#define ST_CONVDONE 0x00000010 /* req_acl conversion done */
|
||||
|
||||
/* later we may link them to support multiple URI matching */
|
||||
struct uri_auth {
|
||||
|
||||
Reference in New Issue
Block a user