Re: [PATCH] MINOR : converter: add param converter

2022-12-13 Thread Willy Tarreau
On Wed, Dec 14, 2022 at 12:19:59AM -0700, Thayne McCombs wrote: > Add a converter that extracts a parameter from string of delimited > key/value pairs. Great, now merged. Thank you! Willy

[PATCH] MINOR : converter: add param converter

2022-12-13 Thread Thayne McCombs
Add a converter that extracts a parameter from string of delimited key/value pairs. Fixes: #1697 --- doc/configuration.txt | 26 reg-tests/converter/param.vtc | 80 +++ src/sample.c | 64 3 files ch

Re: [PATCH] MINOR : converter: add param converter

2022-12-13 Thread Tim Düsterhus
Thayne, On 12/9/22 07:22, Thayne McCombs wrote: Ok. I think this patch addresses all of your feedback. Thanks for looking at it. It appears that your mailer mangled the patch. It looks incorrectly formatted in my MUA and git fails to apply it. I recommend either using 'git send-email' or jus

[PATCH] MINOR : converter: add param converter

2022-12-08 Thread Thayne McCombs
Ok. I think this patch addresses all of your feedback. Thanks for looking at it. -- >8 -- Add a converter that extracts a parameter from string of delimited key/value pairs. Fixes: #1697 ---  doc/configuration.txt | 26  reg-tests/converter/param.vtc | 80 +

Re: [PATCH] MINOR : converter: add param converter

2022-12-07 Thread Willy Tarreau
On Wed, Jun 08, 2022 at 01:56:20AM -0600, astrotha...@gmail.com wrote: > +param(,[]) > + This extracts the first occurrence of the parameter in the input > string > + where parameters are delimited by , which defaults to "&", and the > name > + and value of the parameter are separated by a "=

Re: [PATCH] MINOR : converter: add param converter

2022-12-07 Thread Willy Tarreau
On Tue, Dec 06, 2022 at 03:44:00PM -0700, Thayne wrote: > Any update on this? Hmm indeed it left forgotten in the dust, we must get back to it to verify that it's OK then merge it. Thanks for the reminder, Thayne! Willy

Re: [PATCH] MINOR : converter: add param converter

2022-12-06 Thread Thayne
Any update on this?

[PATCH] MINOR : converter: add param converter

2022-06-08 Thread astrothayne
From: Thayne McCombs Add a converter that extracts a parameter from string of delimited key/value pairs. Fixes: #1697 --- doc/configuration.txt | 26 reg-tests/converter/param.vtc | 80 +++ src/sample.c | 64 +