]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: split request waiter from request processor
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2009 08:14:51 +0000 (10:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2009 08:14:51 +0000 (10:14 +0200)
commitd787e6648c5ef249ff3d7b5a29fd92ea433b6fd6
tree4b0e55502715290446628d3ddfe324f2e156c094
parent571ec98baaacd68205ada1cda898ae359a41bc83
[MEDIUM] http: split request waiter from request processor

We want to split several steps in HTTP processing so that
we can call individual analysers depending on what processing
we want to perform. The first step consists in splitting the
part that waits for a request from the rest.
include/proto/proto_http.h
include/types/buffers.h
src/cfgparse.c
src/proto_http.c
src/session.c