commit | 733dd73443b75143944e566f698014c6c8a522b5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 10:24:23 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 10:24:27 2020 +0200 |
tree | 6042324e36ea0c507064b897cce16b6305e39e11 | |
parent | 587c414071f0b32a5385e517d23947289bc12dee [diff] |
BUG/MINOR: checks: Properly handle truncated mysql server messages If a message is not fully received from a mysql server, depending on last_read value, an error must be reported or we must wait for more data. The first if statement must not check last_read. Partly fixes issue #600. No backport needed.