Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSL doesnt flush the stream.

Status
Not open for further replies.

UnknownPerson

Programmer
Joined
Dec 4, 2001
Messages
80
Location
BR
Hi to all.

I am writting a daemon with OpenSSL apis. Its kind of a textual questions and answers type of daemon.

The problem is that when I BIO_write("something") it doesnt send it immediatly. It has a intermediate buffer and it keeps it there *even* if I BIO_flush().

How do I flush the SSL so the data will be sent??

Thanks to everybody,
Rodrigo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top