]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http/tcp: permit to resume http and tcp custom actions
authorThierry FOURNIER <tfournier@haproxy.com>
Wed, 25 Feb 2015 12:36:14 +0000 (13:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:33 +0000 (23:12 +0100)
commitbc4c1ac6ad3dfd5bb8dee521e070022efe549c5c
treee0f9bdda5ee627e971320c7cf828286e9e462339
parent9e2ef999a9df27a936f55b751d260ea5d01b8a6f
MEDIUM: http/tcp: permit to resume http and tcp custom actions

Later, the processing of some actions needs to be interrupted and resumed
later. This patch permit to resume the actions. The actions that needs
to run with the resume mode are not yet avalaible. It will be soon with
Lua patches. So the code added by this patch is untestable for the moment.

The list of "tcp_exec_req_rules" cannot resme because is called by the
unresumable function "accept_session".
include/types/proto_http.h
include/types/session.h
src/proto_http.c
src/proto_tcp.c
src/session.c