]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] buffer->cto is not used anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 31 May 2010 09:27:58 +0000 (11:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:14 +0000 (10:53 +0200)
commitace495e46816d40862ad0ba6b9619ac53b5c9449
treeab4d63bb055d30f8dbe5c27aa614efd30609962c
parentde3041d443c7859b686229e7353973e911e2d9cc
[CLEANUP] buffer->cto is not used anymore

The connection timeout stored in the buffer has not been used since the
stream interface were introduced. Let's get rid of it as it's one of the
things that complicate factoring of the accept() functions.
include/types/buffers.h
src/dumpstats.c
src/frontend.c
src/proto_http.c
src/proxy.c