Commit 6d9cddc5 authored by Jiri Hruska's avatar Jiri Hruska Committed by Steve Holme
Browse files

pingpong: Check SSL library buffers for already read data

Otherwise the connection can get stuck during various phases, waiting
for new data on the socket using select() etc., but it will never be
received as the data has already been read into SSL library.
parent e20e48cb
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