mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-26 19:22:57 -04:00
This patch add the ability to the htx_xfer() function to transfer data without acounting the meta-data. By default, the <count> variable includes the meta-data. But by setting the flag HTX_XFER_NO_METADATA, It is possible to transfer HTX blocks without count meta-data. In that case, <count> will not contain the blocks meta-data and the return value will not include them. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||