commit | b57669e6a45a1dd5e5e58e77ef56ce15888d6712 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 10 15:30:53 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 14:28:48 2022 +0200 |
tree | e27255d107da4d395cf94fcc38f0da8c4edf4e7f | |
parent | c84610c2aca4ab85080631fb6d24d039ba46973e [diff] |
MINOR: mux-fcgi: remove the now unneeded conn_stream from the fcgi_strm Since we always have a valid endpoint we can safely use it to access the conn_stream and stop using fstrm->cs. That's one less pointer to care about.