CONTRIB: tcploop: don't report failed send() or recv()
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Nov 2016 17:45:42 +0000 (18:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Nov 2016 18:16:19 +0000 (19:16 +0100)
commit1973e81c0647a3e76abc9725f531f991f4ea0f58
treea2bd2e1d94e87acca5e63857f4fa33921125b967
parent59623e0aa841f4d7a94d8d671e27183df8205922
CONTRIB: tcploop: don't report failed send() or recv()

Many clients close with an RST on the last response or when they get
their response, so let's not report an error.
contrib/tcploop/tcploop.c