mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-31 07:37:54 +00:00
MINOR: spoe: Make the SPOE filter compatible with HTX proxies
There is any specific HTTP processing in the SPOE. So there is no reason to not use it on HTX proxies. This patch may be backported to 1.9.
This commit is contained in:
parent
1261a87df9
commit
00292353a1
@ -2998,6 +2998,7 @@ spoe_init(struct proxy *px, struct flt_conf *fconf)
|
||||
sighandler_registered = 1;
|
||||
}
|
||||
|
||||
fconf->flags |= FLT_CFG_FL_HTX;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user