quic: Add back stream connect condition 76/20676/3
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Tue, 16 Jul 2019 08:58:58 +0000 (10:58 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 17 Jul 2019 15:53:29 +0000 (15:53 +0000)
commitf9a46854ac99301b97a9e1843e2153578a930a98
treea5b9b0f3a8f67ba8ded95afbde343724b8013a65
parent9529feb4525dfd13e5636640083361256121d275
quic: Add back stream connect condition

Type: fix

This is needed for VCL patch in the case the Qsession
handle we connect to is 0. A better way to do this
would be to add a u16 header to the transport_opts,
as session_handles are :
<u16 unused><u16 thread_id><u32 session_index>
But this requires modifying all clients.

Change-Id: If171bcf982eba3bd705b586c9fd4a6c2ad0e114b
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/quic/quic.c