mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-08 12:31:21 +01:00
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.