go-haproxy icon indicating copy to clipboard operation
go-haproxy copied to clipboard

Go library for interacting with HAProxy via command socket

Results 6 go-haproxy issues
Sort by recently updated
recently updated
newest added

Current implementation will be blocked forever in case if haproxy (or someone else, opened this socket) will not generate any answer and will not close socket. So, the fix is:...

I am running go-haproxy client on Minishift. I would like to extract the router backend information like if the route is marked UP or DOWN in router. My router is...

The currently library is strongly coupled HA-Proxy, meaning that in order to execute tests haproxy must be running locally. This change adds an interface (HAProxy) that allows us to then...

As a developer I would like to be able to assert the interfaces of the client without having to install, configure, and maintain an instance of HAProxy. Currently the tests...

This branch provides a few patches: * Update both Info and Stat to latest haproxy 3.2-dev2 * Fix Cookie field which is a string (Closes #13). * Re-enable ZlibMemUsage and...