Hi, I am using Boost Asio to developed a server, with SSL support.
I add async_read_some() function in handshake handler and send handler.
Which receiving is OK if I send something to clients, but I can't keep receiving
after I stop sending things to client. So I am wondering how can I keep receiving, 
I know there must be a way to make it, I am new to Asio, can someone help, thanks
in advance.

------------------
I won't go