MEDIUM: tcp: report connection error at the connection level
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Jan 2014 15:08:19 +0000 (16:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Jan 2014 15:15:04 +0000 (16:15 +0100)
commit9ce7013429fa5e8be37bf7e450c3566184c204ad
treec1b05f96f12535d46d567e2bc3505498be0ddb5a
parent45b34e8abc1feff7a219354e6295f87c687aa105
MEDIUM: tcp: report connection error at the connection level

Now when a connection error happens, it is reported in the connection
so that upper layers know exactly what happened. This is particularly
useful with health checks and resources exhaustion.
src/proto_tcp.c