Commit 21a5c040 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDING

ctrl is incorrectly implemented (e.g. some versions of Apache). As a workaround
call both BIO_CTRL_INFO and BIO_CTRL_WPENDING if it returns zero. This should
both address the original bug and retain compatibility with the old behaviour.
parent ba64ae6c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment