]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] frontend: rely on the frontend and not the backend for INDEPSTR
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Jun 2010 08:56:34 +0000 (10:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:17 +0000 (10:53 +0200)
commitee55dc024be4eb7e67f43b7a7b61820b7f554d38
tree7e408bf677d7adc36eab2e0a035e31b46b640caf
parent070ceb6cfbfc6d1e79fabb9d443b36e916154b1f
[MINOR] frontend: rely on the frontend and not the backend for INDEPSTR

Till now, the frontend relied on the backend's options for INDEPSTR,
while at the time of accept, the frontend and backend are the same.
So we now use the frontend's pointer instead of the backend and we
don't have any dependency on the backend anymore in the frontend's
accept code.
src/dumpstats.c
src/frontend.c
src/proto_http.c