[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:
Krzysztof Piotr Oledzki
2010-02-22 20:27:23 +01:00
committed by Willy Tarreau
parent 15f0ac4829
commit 329f74d463
2 changed files with 6 additions and 2 deletions

View File

@@ -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 {