MINOR: stream: provide a new stream creation function for connections
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Aug 2017 15:18:36 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Aug 2017 05:06:39 +0000 (07:06 +0200)
commit5790eb0a762b79176a0469fbd5d0c690e3c381ae
tree51876f3d07bb85e0a0759fb16e6ff012029ad7f7
parent0b74eae1f1bd54c00c4b799044ef67febdbd79a5
MINOR: stream: provide a new stream creation function for connections

The purpose will be to create new streams for a given connection so
that we can later abstract this from a mux.
include/proto/stream.h
src/session.c
src/stream.c