commit | 94bb4c6a488f5f872d7ceacc1ce685aa02fd6598 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 26 11:49:23 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 11:36:12 2017 +0100 |
tree | 5738144f0802ec760b537c7ef6c15b3a4a437b2e | |
parent | e1405e5f802123eec8270ab87d6e9637c40dfd6a [diff] |
BUG/MINOR: spoa: Update pointer on the end of the frame when a reply is encoded The same buffer is used for a request and its response. So we need to be sure to correctly reset info when the response is encoded. And here there was a bug. The pointer on the end of the frame was not updated. So it was not possible to encode a response bigger than the corresponding request.