Re: [PATCH] Minor: Escape equals sign on socket dump

2016-10-08 Thread Willy Tarreau
Hi Chad, On Tue, Oct 04, 2016 at 04:10:40PM -0400, Chad Lavoie wrote: > Greetings, > > Was recently working with a stick table storing URL's and one had an equals > sign in it (e.g. 127.0.0.1/f=ab) which made it difficult to easily split the > key and value without a regex. Usually I use "cut -f

[PATCH] Minor: Escape equals sign on socket dump

2016-10-04 Thread Chad Lavoie
Greetings, Was recently working with a stick table storing URL's and one had an equals sign in it (e.g. 127.0.0.1/f=ab) which made it difficult to easily split the key and value without a regex. This patch will change it so that the key looks like "key=127.0.0.1/f\=ab" instead of "key=127.0.