commit | 1295016873ac4b0a2913549a2737cc95a7df2398 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Nov 23 14:32:08 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 23 14:56:21 2018 +0100 |
tree | 067a52093b76c9719cc06e74a76c49d475020a65 | |
parent | c6e0bb49441d300c1f1bd48cee1ced588f5ae187 [diff] |
BUG/MEDIUM: servers: Don't check if we have a conn_stream too soon. The creation of the conn_stream for an outgoing connection has been delayed a bit, and when using dispatch, a check was made to see if a conn_stream was attached before the conn_stream was created, so remove the test, as it's done later anyway, and create and install the conn_stream right away when we don't have a server, as is done when we don't have an alpn/npn defined.