sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

don't write 0 bytes via SSL_write (as behavior is undefined in OpenSSL) #162

Closed jadeblaquiere closed 5 years ago

jadeblaquiere commented 5 years ago

This is a patch to skip the condition of trying to write a zero length iolist via SSL_write ( Issue #161 )

jadeblaquiere commented 5 years ago

This patch is licensed under the terms of the MIT/X11 License.