commit | ace495e46816d40862ad0ba6b9619ac53b5c9449 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 31 11:27:58 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:14 2010 +0200 |
tree | ab4d63bb055d30f8dbe5c27aa614efd30609962c | |
parent | de3041d443c7859b686229e7353973e911e2d9cc [diff] |
[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.