client-native
client-native copied to clipboard
Go client for HAProxy configuration and runtime API
Hello, Variable for https://github.com/haproxytech/dataplaneapi/pull/252
[EditServer](https://github.com/haproxytech/client-native/blob/master/configuration/server.go#L146) has a linear time complexity because all backend servers are [parsed](https://github.com/haproxytech/client-native/blob/4fa1f12dd448c6a709cda5b40237047f21d37f11/configuration/server.go#L780) for each call. It would be useful to have a constant execution time especially this tend to be...
enable revert config file when reload fail while commting transaction
According to documentation [1] and the dataplane spec [2] General Purpose Counter 0 field name is `gpc0`. There is an extra `_` in the expected field name in [3] that...
It's possible if an external process causes a reload/restart of HAProxy that the data from the socket will be truncated. If it is not trucated on a new line then...
### Description Hello, I've found a bug that can cause a panic. I was able to trigger this by having Dataplane API sync map files while another external process was...
https://github.com/haproxytech/client-native/compare/master...awlx:client-native:master Fixes the issue in a nasty way to not be able to talk to a remote haproxy via the control socket, it would be better to have a native...