MINOR: connection: introduce conn_stream
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 13 Sep 2017 16:30:23 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:23 +0000 (18:03 +0100)
commite2b40b9eabdc36fabaeacfc1a075427be8062b7f
tree9461ad282799b18217e8155ccf17012f0dae9802
parent60ca10a372186e7cda30f387e947c83e00acdc37
MINOR: connection: introduce conn_stream

This patch introduces a new struct conn_stream. It's the stream-side of
a multiplexed connection. A pool is created and destroyed on exit. For
now the conn_streams are not used at all.
include/proto/connection.h
include/proto/obj_type.h
include/types/connection.h
include/types/obj_type.h
src/connection.c
src/haproxy.c