commit | 37dd54d8d459e190c88f18bf8d99a733596fb7df | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 15 14:48:31 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 15 14:48:31 2018 +0100 |
tree | 213cdd610c2f3647e9318f203599b043369fb31c | |
parent | f90db445cd8308e9a40b7db950fd4b35c3c06179 [diff] |
BUG/MEDIUM: mux-h1: make sure we always have at least one HTX block to send Commit 84cca66 ("BUG/MEDIUM: htx: When performing zero-copy, start from the right offset.") uncovered another issue which is that the send function may occasionally be called without any block. It's important to check for this case when computing the zero-copy offsets. No backport is needed.