commit | 3332090a2d3e9e84bac67af79fb03be111359429 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Oct 16 18:39:38 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 16 19:28:35 2018 +0200 |
tree | d962d15748ab483cb26407f687f4b68d0d579be2 | |
parent | c4e6460f66989ad50d5c4f86019de4e91453a85d [diff] |
MINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80. Write 130 and 128 as 8x82 and 0x80, to avoid warnings about casting from int to size. "check_req" should probably be unsigned, but it's hard to do so.