commit | af542635f7f49589c9917acf35baf0a833e958dc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 01 21:52:49 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 04 15:46:59 2019 +0200 |
tree | 3062a13e211bf349eb4ceed73fea5aa1c2eb7326 | |
parent | f81ef0344ea66701d0b729de17cb061a10e2f1b9 [diff] |
MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 This function now uses the address of the pointer to the htx message where the copy must be performed. This way, when a zero-copy is performed, there is no need to refresh the caller's htx message. It is a bit easier to do that way, especially to add traces in the mux-h1.