On Sat, 5 Sep 2015 18:13:57 +0300 Vladimir Mihailenco <[email protected]> wrote:
> Thanks for advice. It turns out that Go silently (without any reply and log > message) closes the connection when it can't fully read request headers. > Which is kinda strange, because I thought that haproxy fully reads request > headers to route it to proper backend... Its sure: HAProxy read entirely the headers (if it os configured with the mode http). Maybe your problem is between HAProy and your Go server ?

