commit | 4f6535d734e7606a4c96120ab97f25d71b2cf41b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 05 09:05:31 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:58 2020 +0200 |
tree | 1fa57be3a716ace66101267e2eb46ea059214d1c | |
parent | 6be7849f39b33d71e12d334cb2c7b3de4830a27f [diff] |
CLEANUP: hpack: export debug functions and move inlines to .h When building contrib/hpack there is a warning about an unused static function. Actually it makes no sense to make it static, instead it must be regularly exported. Similarly there is hpack_dht_get_tail() which is inlined in the C file and which would make more sense with all other ones in the H file.