26 Apr
2012
26 Apr
'12
10:07 p.m.
I have a very simple SSL client and server program that send messages back and forth using asio ssl stream. Both sides send a "no more message" message when they are done. Then they both call shutdown to shutdown the SSL connection. However, I kept getting "shutdown: End of file" from shutdown. Does anyone know why I am getting that? - Tak