]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: move the http transaction init/cleanup code to proto_http
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 14:03:09 +0000 (15:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 14:03:09 +0000 (15:03 +0100)
commit0937bc43cffb616b890aa86dee47bf9517e6cdd8
treee08eff6b5b7c0f43b3e28bf6c98d2c8403327d86
parent7c3c54177aa144711082d161fe125b2872c64d56
[MINOR] http: move the http transaction init/cleanup code to proto_http

This code really belongs to the http part since it's transaction-specific.
This will also make it easier to later reinitialize a transaction in order
to support keepalive.
include/proto/proto_http.h
src/client.c
src/proto_http.c
src/session.c