]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Remove the unused function http_reset_txn()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 7 Nov 2019 14:26:45 +0000 (15:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 7 Nov 2019 14:32:52 +0000 (15:32 +0100)
commitfee726ffa7f44eab408bd2cd63bf15c7dc8a94f5
tree00b7277a5e7a1e784aef3c2fbaae222ff8adf509
parent5939925a3805f9755cff5a3b9635c1a533bc9184
MINOR: http-ana: Remove the unused function http_reset_txn()

Since the legacy HTTP mode was removed, the stream is always released at the end
of each HTTP transaction and a new is created to handle the next request for
keep-alive connections. So the HTTP transaction is no longer reset and the
function http_reset_txn() can be removed.
include/proto/http_ana.h
src/http_ana.c