]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] session: switch to established state if no connect function
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 16:27:24 +0000 (18:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 17:33:29 +0000 (19:33 +0200)
commit73201226551f735089e5f5444afa587cfb6939db
tree6809c1193f3a7a4895b7add4dd551d223673b5cc
parent6e6fb2beb96a6a0bdd05d042923785dc40a1d2df
[MINOR] session: switch to established state if no connect function

When a stream interface has no connect() function, it means it is
immediately connected, so we don't need any connection request.
This will be used with unix sockets.
src/session.c