Re: [PR] Add missing string length for lua sticktable lookup

2020-03-31 Thread Willy Tarreau
Hi Nathan, On Mon, Mar 30, 2020 at 02:12:26AM +, Neulinger, Nathan wrote: > Willy, I never saw any response to this - and don't think any of my responses > to you ever showed up on the mailing list archive either. Indeed, I never saw this one. I'll have a look at your resent message shortly,

RE: [PR] Add missing string length for lua sticktable lookup

2020-03-29 Thread Neulinger, Nathan
[mailto:nn...@neulinger.org] Sent: Saturday, March 7, 2020 8:23 PM To: haproxy@formilux.org Subject: Re: [PR] Add missing string length for lua sticktable lookup The problem being addressed is that all stktable:lookup("key") calls return nil from lua. I didn't dig into the full chain, but sa

Re: [PR] Add missing string length for lua sticktable lookup

2020-03-06 Thread Willy Tarreau
Hello Nathan, On Wed, Mar 04, 2020 at 04:23:09AM +0100, PR Bot wrote: > Description: >Consider moving this to smp_to_stkey - or at least adding a: >```if ( smp->data.u.str.data == 0 ) { static_table_key.key_len = >strlen(smp->data.u.str.key); }``` > >equivalent to smp_to_stkey

[PR] Add missing string length for lua sticktable lookup

2020-03-03 Thread PR Bot
Dear list! Author: Nathan Neulinger Number of patches: 1 This is an automated relay of the Github pull request: Add missing string length for lua sticktable lookup Patch title(s): Add missing string length for lua sticktable lookup Link: https://github.com/haproxy/haproxy/pull/530