ssl_send_data(): Prevent endless loop
authorFabian Keil <fk@fabiankeil.de>
Tue, 25 Aug 2020 18:09:04 +0000 (20:09 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
commit1a70173d7f1e3ac1e9bf678bd602537a06e0f406
tree9a1aae6c498f86afa8467b230c4be80c1872958a
parent60626c283be18f042fd0c77488451820af897113
ssl_send_data(): Prevent endless loop

... if BIO_write() consistently returns 0.

Sponsored by: Robert Klemme
openssl.c