]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] session: move the conn_retries attribute to the stream interface
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Jun 2010 07:51:00 +0000 (09:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:16 +0000 (10:53 +0200)
commitee28de0a1236be4b5460cd29bbdf3f94aca5e395
treec1a4a69a8b42c944aa4f88c5725e0532b13112ec
parenta360d28e84e89f0d0f59996f88b50859de7d6e82
[MEDIUM] session: move the conn_retries attribute to the stream interface

The conn_retries still lies in the session and its initialization depends
on the backend when it may not yet be known. Let's first move it to the
stream interface.
include/types/session.h
include/types/stream_interface.h
src/dumpstats.c
src/frontend.c
src/log.c
src/proto_http.c
src/proxy.c
src/session.c