commit | 692c1d07f90ed26aaf86b28b2694bf19712a9529 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu May 23 18:41:47 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Tue May 28 10:08:39 2019 +0200 |
tree | 2c16b78a08be9d5340d5e1176152c7090ca9b6bd | |
parent | 19afb274ad43dbd923470a4d38660ab91e7faaf9 [diff] |
MINOR: ssl: Don't forget to call the close method of the underlying xprt. In ssl_sock_close(), don't forget to call the underlying xprt's close method if it exists. For now it's harmless not to do so, because the only available layer is the raw socket, which doesn't have a close method, but that will change when we implement QUIC.