]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log: adjust _lf_cbor_encode_byte() comment
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 1 Apr 2025 17:32:58 +0000 (19:32 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 3 Apr 2025 15:52:56 +0000 (17:52 +0200)
commitce6951d6f9259f778c0271da54a615c892184691
tree4b88577074fc6e79e91399e37a9b707b5086f414
parent11d4d0957e4711cccb120238a9bad6b914b057a1
CLEANUP: log: adjust _lf_cbor_encode_byte() comment

_lf_cbor_encode_byte() comment was not updated in c33b857df ("MINOR: log:
support true cbor binary encoding") to reflect the new behavior.

Indeed, binary form is now supported. Updating the comment that says
otherwise.
src/log.c