commit | 16f958c0e928a10a789a480c9495304d7f4ddbff | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 03 08:44:35 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:57 2020 +0200 |
tree | 8d57fbdd91c51131b7d50b6f7c4d3a6aef64cd4b | |
parent | 5413a87ad35a6727520f3bdcd082c8665f1908d0 [diff] |
REORG: include: split common/htx.h into haproxy/htx{,-t}.h Most of the file was a large set of HTX elements manipulation functions and few types, so splitting them allowed to further reduce dependencies and shrink the build time. Doing so revealed that a few files (h2.c, mux_pt.c) needed haproxy/buf.h and were previously getting it through htx.h. They were fixed.