commit | 661167d136d5bf4ac40ac4fae450d66dd69a64df | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed May 29 17:08:03 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 29 17:56:59 2019 +0200 |
tree | 1586839404e0e47c9efd973829011e92167c2fb3 | |
parent | 201840abf121d3347fb284545ad88c47c814225d [diff] |
BUG/MEDIUM: connection: Use the session to get the origin address if needed. In conn_si_send_proxy(), if we don't have a conn_stream yet, because the mux won't be created until the SSL handshake is done, retrieve the opposite's connection from the session. At this point, we know the session associated with the connection is the one that initiated it, and we can thus just use the session's origin. This should be backported to 1.9.