Christopher Faulet

Results 325 comments of Christopher Faulet

These messages suggest that HAProxy has closed the SPOE connections on reloads. It may be a side effect of the "hard-stop-after" option. You may check if the errors happens after...

First of all, we must decide if arguments on a `lua-load` line is private to the corresponding script or global and shared by all scripts. At first glance, it should...

About command line arguments, I was referring to the Lua binary. Command line arguments are stored within the `arg` array. Of course, it is hardly applicable to HAProxy because all...

Thanks @thierry-f-78. It works like a charm !

Patches were merged. I'm closing now. Thanks @thierry-f-78

I relabel it as a `doc` issue instead of a `bug`.

Here, you hit the VTest timeout. you should increase it too with `-t ` VTest parameter: ``` make reg-tests -- --vtestparams '"-t 60"' reg-tests/ssl/ssl_reuse.vtc ```

For old HAProxy versions (< 2.0), it is not surprising. Reg-tests were introduced on HAProxy 1.9. The features detection will probably not work correctly and scripts were not written for...

FYI, I proposed a patch for #1862. It you have a way to try it, it could be very helpful.

FYI, a fix in resolvers was pushed. It may fix your issue. The 2.6.6 was released and it ships the fix. Could you try it ?