]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] session: don't assign conn_retries upon accept() anymore
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Jun 2010 08:36:43 +0000 (10:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:16 +0000 (10:53 +0200)
commit070ceb6cfbfc6d1e79fabb9d443b36e916154b1f
tree24f1560e89574941726f70785ed92e5b66032262
parentee28de0a1236be4b5460cd29bbdf3f94aca5e395
[MEDIUM] session: don't assign conn_retries upon accept() anymore

The conn_retries attribute is now assigned when switching from SI_ST_INI
to SI_ST_REQ. This eliminates one of the last dependencies on the backend
in the frontend's accept() function.
src/frontend.c
src/proto_http.c
src/proxy.c
src/session.c