]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http_ext: adding some documentation, forgot to inline function
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 3 Mar 2023 12:11:36 +0000 (13:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Mar 2023 17:22:59 +0000 (18:22 +0100)
commit39254cac4755dddebbe196e6adf2bf5ea6c79d34
tree61fe6d8b4d9df1122fbb4b17e617a02db7166595
parentdd3a33f863c4a40af68eb9399860d25d7c56a658
MINOR: http_ext: adding some documentation, forgot to inline function

Making http_7239_valid_obfsc() inline because it is only called by inline
functions.

Removing dead comment and documenting proxy_http_parse_{7239,xff,xot} functions.

No backport needed.
src/http_ext.c