bareos: master 087fe333

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2024-05-14 15:19 master 6889cf11 Pending
Changeset bsock-tcp: fix printing misleading values

Since we are supposed to send pktsiz many bytes, we should also print
that number in case we did not send everything, otherwise we may run
into situations where message_length == sent bytes != pktsiz (which
happened at a customer) and the message does not make sense anymore.
mod - core/src/lib/bsock_tcp.cc Diff File