Commit fd068d50 authored by Matt Caswell's avatar Matt Caswell
Browse files

Ensure s_client and s_server work when read_ahead is set



Previously s_client and s_server relied on using SSL_pending() which does
not take into account read_ahead. For read pipelining to work, read_ahead
gets set automatically. Therefore s_client and s_server have been
converted to use SSL_has_pending() instead.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 49580f25
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