mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
CLEANUP: log: fix obsolete comment for add_sample_to_logformat_list()
Since 833cc794 ("MEDIUM: sample: handle comma-delimited converter list") logformat expressions now support having a comma-delimited converter list right after the fetch. Let's remove a leftover comment from the initial implementation that says otherwise.
This commit is contained in:
parent
b0dd4810e7
commit
2df7e077c7
@ -401,8 +401,7 @@ int add_to_logformat_list(char *start, char *end, int type, struct list *list_fo
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Parse the sample fetch expression <text> and add a node to <list_format> upon
|
* Parse the sample fetch expression <text> and add a node to <list_format> upon
|
||||||
* success. At the moment, sample converters are not yet supported but fetch arguments
|
* success. The curpx->conf.args.ctx must be set by the caller. If an end pointer
|
||||||
* should work. The curpx->conf.args.ctx must be set by the caller. If an end pointer
|
|
||||||
* is passed in <endptr>, it will be updated with the pointer to the first character
|
* is passed in <endptr>, it will be updated with the pointer to the first character
|
||||||
* not part of the sample expression.
|
* not part of the sample expression.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user