On 15.04.21 17:09, Willy Tarreau wrote:
On Thu, Apr 15, 2021 at 04:49:00PM +0200, Aleksandar Lazic wrote:
#define JSON_INT_MAX ((1ULL << 53) - 1)
                            ^
Sorry I was not clear, please drop that 'U' here.

I'm also sorry, I was in a tunnel :-/

Attached now the next patches.

Thank you! Now applied. I just fixed this remaining double indent issue
and that was all:

+       if (arg[1].data.str.data != 0) {
+                       if (strcmp(arg[1].data.str.area, "int") != 0) {
+                               memprintf(err, "output_type only supports \"int\" as 
argument");
+                               return 0;
+                       } else {
+                               arg[1].type = ARGT_SINT;
+                               arg[1].data.sint = 0;
+                       }
+       }

Thanks Aleks! You see it wasn't that hard in the end :-)

Cool ;-) :-)

Now the Statement what I wanted to say ;-)

HAProxy have now at least 4 possibilities to route traffic and
catch some data.

HTTP fields
GRPC fields
FIX fields
JSON fields

Have I missed something?

I love this Project and the community.
Thanks willy and tim for your passion and precise reviews ;-)

Willy


Best regards
Aleks

Reply via email to