]> git.ipfire.org Git - thirdparty/curl.git/commit
msh3: print boolean value as text representation
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 29 Apr 2022 09:40:25 +0000 (11:40 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 29 Apr 2022 09:40:25 +0000 (11:40 +0200)
commit59d89286d433d8de5c68808189edb27bb65bac9e
tree9cba94e4d340727004dd50706df9abc7a5c14ff8
parent685170b729a1b704233036381cc66b1275732af4
msh3: print boolean value as text representation

Print the boolean value as its string representation instead of with
%hhu which isn't a format we typically use.

Closes: #8763
Reviewed-by: Nick Banks <nibanks@microsoft.com>
lib/vquic/msh3.c