]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lua: make use of stream_new() to create an outgoing connection
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Apr 2015 22:39:18 +0000 (00:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:36 +0000 (11:37 +0200)
commitd420a975d759860df8463ea73903850f398739b9
tree359f49e04551bc37b640eaffe3ca0c210f721d93
parentd1769b8b9a4d897a17f14ddac4faf400e0713433
MEDIUM: lua: make use of stream_new() to create an outgoing connection

This significantly simplifies the session management because we don't
have to know all the intimate tricks of setting up a stream and a
session.
src/hlua.c