commit | a8e49548567a097fede5e69254029b2cc9671dc9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 03 18:53:55 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:58:01 2018 +0200 |
tree | 99cdbf626d802b37f715f91a426ee88ae9fd9827 | |
parent | 0b37d658e6bb14134581358b210b4b66d5373202 [diff] |
MINOR: h2: split h2c_stream_new() into h2s_new() + h2c_frt_stream_new() For backend connections we'll have to initialize streams but not allocate conn_streams since they'll already be there. Thus this patch splits the h2c_stream_new() function into one dedicated to allocation of a new stream and another one supposed to attach this stream to an existing frontend connection.