azadkuh / qhttp

a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
MIT License
484 stars 158 forks source link

Call disconnectFromHost to emit TLS closure alert #26

Closed codesquid closed 7 years ago

codesquid commented 8 years ago

Call disconnectFromHost at end of a connection so that eventually SSL_shutdown is called on TLS connections to emit the TLS closure alert as required by the TLS specifications.