]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] frontend: reorder the session initialization upon accept
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Jun 2010 15:12:40 +0000 (17:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:17 +0000 (10:53 +0200)
commit35a0994984950337127d9aea49c474e01fcb1db3
tree405fecc14abb8319fc1faddfd3059873599aa044
parentee55dc024be4eb7e67f43b7a7b61820b7f554d38
[MAJOR] frontend: reorder the session initialization upon accept

This will be needed for the last factoring step which adds support
for application-level accept(). The tcp/http accept() code has now
been isolated and will have to move to a separate function.
src/frontend.c