Re: [PATCH] BUG/MINOR: log: fix a typo that would cause %HP to log

2016-04-28 Thread Willy Tarreau
On Tue, Apr 26, 2016 at 01:39:02AM +0200, Nenad Merdanovic wrote: > Typo was introduced in 57bc891 ("BUG/MEDIUM: log: fix risk of > segfault when logging HTTP fields in TCP mode") which inverted the > condition in the test and caused to be logged when using > %HP. G... my bad. Thanks for catc

[PATCH] BUG/MINOR: log: fix a typo that would cause %HP to log

2016-04-25 Thread Nenad Merdanovic
Typo was introduced in 57bc891 ("BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields in TCP mode") which inverted the condition in the test and caused to be logged when using %HP. Signed-off-by: Nenad Merdanovic --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif