mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
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.
This commit is contained in:
parent
11d4d0957e
commit
ce6951d6f9
@ -2011,8 +2011,6 @@ static char *_encode_byte_hex(char *start, char *stop, unsigned char byte)
|
||||
}
|
||||
|
||||
/* lf cbor function ptr used to encode a single byte according to RFC8949
|
||||
*
|
||||
* for now only hex form is supported.
|
||||
*
|
||||
* The function may only be called under CBOR context (that is when
|
||||
* LOG_OPT_ENCODE_CBOR option is set).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user