commit | 56d5a819d7ee3969b42aa8364c6696cfe45973e8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 10 10:25:41 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 14:28:48 2022 +0200 |
tree | 8d90ca436a5b82b34ae46500b672cf2edd364e3a | |
parent | efb4618c6ea17547a5f755c12c41ee7476228bcc [diff] |
MINOR: mux-h1: remove the now unneeded h1s->cs There is always an endpoint link in a stream, and this endpoint link contains a pointer to the conn_stream it's attached to, so the one in the h1 stream is always duplicate now. Let's always use endp->cs instead and get rid of it.