haproxy/src
Willy Tarreau d04e858db0 [MEDIUM] session: initialize server-side timeouts after connect()
It was particularly embarrassing that the server timeout was assigned
to buffers during an accept() just to be potentially changed later in
case of a use_backend rule. The frontend side has nothing to do with
server timeouts.

Now we initialize them right after the connect() succeeds. Later this
should change for a unique stream-interface timeout setting only.
2010-06-14 10:53:14 +02:00
..
acl.c [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp 2010-06-14 10:53:09 +02:00
appsession.c
auth.c [BUILD] fix platform-dependant build issues related to crypt() 2010-03-04 19:10:14 +01:00
backend.c [CLEANUP] rename client -> frontend 2010-06-14 10:53:10 +02:00
base64.c [MINOR] Base64 decode 2010-01-31 19:14:07 +01:00
buffers.c [BUILD] fix some build warnings on Solaris with is* macros 2010-03-03 00:16:00 +01:00
cfgparse.c [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set 2010-06-14 10:53:13 +02:00
checks.c [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag 2010-03-30 09:59:43 +02:00
cttproxy.c [BUG] cttproxy: socket fd leakage in check_cttproxy_version 2010-05-09 21:19:08 +02:00
dumpstats.c [CLEANUP] buffer->cto is not used anymore 2010-06-14 10:53:14 +02:00
ev_epoll.c
ev_kqueue.c
ev_poll.c
ev_select.c
ev_sepoll.c [MEDIUM] fd: merge fd_list into fdtab 2009-10-18 08:20:26 +02:00
fd.c [OPTIM] move some rarely used fields out of fdtab 2009-10-18 08:17:33 +02:00
freq_ctr.c
frontend.c [MEDIUM] session: initialize server-side timeouts after connect() 2010-06-14 10:53:14 +02:00
haproxy.c [CLEANUP] rename client -> frontend 2010-06-14 10:53:10 +02:00
hdr_idx.c
lb_chash.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_fwlc.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_fwrr.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_map.c [BUG] url_param hash may return a down server 2010-03-12 06:22:16 +01:00
log.c [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead 2009-08-19 11:25:08 +02:00
memory.c
pattern.c [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy 2010-01-26 19:02:46 +01:00
pipe.c
proto_http.c [MEDIUM] session: initialize server-side timeouts after connect() 2010-06-14 10:53:14 +02:00
proto_tcp.c [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener 2010-06-14 10:53:13 +02:00
proto_uxst.c [MEDIUM] separate protocol-level accept() from the frontend's 2010-06-14 10:53:11 +02:00
protocols.c [CLEANUP] client: move some ACLs away to their respective locations 2010-06-14 10:53:10 +02:00
proxy.c [MEDIUM] session: initialize server-side timeouts after connect() 2010-06-14 10:53:14 +02:00
queue.c [OPTIM] counters: move some max numbers to the counters struct 2009-10-04 23:26:19 +02:00
rbtree.c
regex.c [MINOR] prepare req_*/rsp_* to receive a condition 2010-01-28 18:10:50 +01:00
server.c
session.c [MEDIUM] session: initialize server-side timeouts after connect() 2010-06-14 10:53:14 +02:00
sessionhash.c
signal.c [BUILD] fix a minor build warning on AIX 2009-07-26 17:32:11 +02:00
standard.c [MINOR] add very fast IP parsing functions 2010-03-30 09:59:44 +02:00
stick_table.c [MEDIUM] Add stick table (persistence) management functions and types 2010-01-12 11:23:15 +01:00
stream_interface.c [CLEANUP] rename client -> frontend 2010-06-14 10:53:10 +02:00
stream_sock.c [MEDIUM] separate protocol-level accept() from the frontend's 2010-06-14 10:53:11 +02:00
task.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
time.c
uri_auth.c [MAJOR] use the new auth framework for http stats 2010-01-31 19:14:09 +01:00