commit | 8f39dcdc8d48b28c2a76eac27aeb78ee89b3ae3f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Feb 09 08:31:49 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 12 11:45:45 2014 +0100 |
tree | 4e9c89da5905f222629e775db1166cbc9ea70e1c | |
parent | 852745d54844bf08456a5f4e1cae3ac6068f73ea [diff] |
BUG/MINOR: channel: initialize xfer_small/xfer_large on new buffers These ones are only reset during transfers. There is a low but non-null risk that a first full read causes the previous value to be reused and immediately to immediately set the CF_STREAMER flag. The impact is only to increase earlier than expected the SSL record size and to use splice(). This bug was already present in 1.4, so a backport is possible.