commit | cc3124cf44ad78897c2df6532ad4ee4d348bdec7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 12 22:42:21 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | 10735ceb24bf05a0a8082e215849fd3f75c439dc | |
parent | 4f0f88a9d0f383a9b290e4f0fe55d7d8b9b9d180 [diff] |
MINOR: h1-htx: Use the same function to copy message payload in all cases This function will try to do a zero-copy transfer. Otherwise, it adds a data block. The same is used for messages with a content-length, chunked messages and messages with unknown body length.