]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-htx: Use a dedicated function to release http_reply objects
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 16:57:28 +0000 (18:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit18630643a9b8de6f1b7392cb4ea7849bf67ccb78
tree988fc6e1386bc60aa465fce979fed8311495d6f8
parent5ff0c64921493cf17691515532333fbea8a7c2e2
MINOR: http-htx: Use a dedicated function to release http_reply objects

A function to release an http_reply object has been added. It is now called when
an http return rule is released.
include/proto/http_htx.h
src/http_act.c
src/http_htx.c