client-native
client-native copied to clipboard
Go client for HAProxy configuration and runtime API
[BUG] panic: runtime error: slice bounds out of range [:-1] - segfault when using ingress controller
I am using [haproxy ingress controller ](https://github.com/haproxytech/kubernetes-ingress) and I observed that during heavy load when the backend pods are restarted haproxy can sometime fail with a segmentation fault. Based on...
JFrog's Xray is still making the latest version of this package (6.2.4) as vulnerable to the following CVEs. I'm not sure where these deps are getting pulled from, but they...
Closes: https://github.com/haproxytech/client-native/issues/131
The `RuntimeServer` struct only has a few of the fields that are returned. That struct should have the [rest of the fields ](https://github.com/haproxy/haproxy/blob/master/src/server_state.c#L76) added.
As per [HAproxy documentation](https://docs.haproxy.org/3.2/configuration.html#3.1-lua-load-per-thread), the directive can be used multiple times. ``` This global directive loads and executes a Lua file into each started thread. Any global variable has a...
I am trying to use dataplaneapi to manage haproxy config. During a recent exercise, there was a case where dealing with filenames with certain characters (`+` and `.` other than...