Hi David, On Tue, Apr 08, 2014 at 06:48:47PM -0400, David S wrote: > Thank you Lukas. > Here is the rebased patch. > I also made one correction, I had added ssl_fc_unique_id as an ACL keyword, > but that does not make sense. I removed that added line from my patch.
Your first contribution was just merged :-) http://git.1wt.eu/web?p=haproxy.git;a=commitdiff;h=c1ad52e8f781c301f6308d27f788354b77da1610 A few hints for next time : - prefer to resubmit a whole mail with a complete description of the patch in it. As you can see above, I picked the relevant parts from your mail. - double check that your patch does not contain extra spaces at end of lines which make git complain. For this, just use "git config color.ui true" then run "git diff" and it will show you in red the offending spaces (note: there were only two in the doc and nothing else). - check the README file to see how to prefix your patch's title. - don't be ashamed to provide a real name, it eases discussions between people ; I guess that "S" is not your real name :-) Your work was clean, I hope it will be useful to some users! Thanks! Willy

