commit | c1a07960a67789e1e01db14049892db1f040669a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 16 20:55:43 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 16 22:57:27 2010 +0100 |
tree | a7de3584c0117f92774ca1933159cefe22c67e94 | |
parent | 2c7ace07ad1ced87daefb82744b3d417dd606e85 [diff] |
[BUG] checks: don't report an error when recv() returns an error after data This happens when a server immediately closes the connection after the response without lingering or when we close before the end of the data. We get an RST which translates into a late error. We must not declare an error without checking that the contents are OK.