Re: BIO_flush() wont flush!

2004-04-28 Thread Paul L. Allen
Rodrigo Madera wrote: I am programming an Internet daemon that is using SSL for the connections. Basically, I can reduce my problem to only one statement: My daemon doesnt send the data I send with BIO_puts() untill the whole output buffer is full (I believe it to be around 1024). I would need it

BIO_flush() wont flush!

2004-04-28 Thread Rodrigo Madera
Dear list members: I just joined in on this list. Specifically because I am having a bit of trouble using OpenSSL. So here I go and thanks in advance for any help resulting because of this message. I am programming an Internet daemon that is using SSL for the connections. Basically, I can reduc