libuv-tls
libuv-tls copied to clipboard
about uv_tls_read
I am using libuv-tls in my ngrok client. And, I find out that when i use uv_tls_read, there is only one part of the message will be received, and when the server send a bit more, then the client will received the rest parts. It seems that the data is caching, and server should send more to activate the uv_tls_read to read more. why?
libuv-tls is no more maintained. Please use evt-tls and let us know if you face the same problem.