Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #211998

Category None
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Thu 17 Oct 2024 16:11:06
Repository https://github.com/curl/curl
Project curl/curl
Branch master
Revision b42eb27c1f6f235249ee6c001fc5c28d28d3a064

Comments

openssl: improve retries on shutdown

Once SSL_shutdown() has been called, OpenSSL does not really seem to
like it when it is called again and the other side has some finally data
to deliver.

Instead SSL_read() needs to be used solely, once the close notify has
been sent from curl's side.

Closes #15321

Changed files