Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about uv_tls_read #2

Open
breeze924 opened this issue Jul 28, 2016 · 1 comment
Open

about uv_tls_read #2

breeze924 opened this issue Jul 28, 2016 · 1 comment

Comments

@breeze924
Copy link

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?

@deleisha
Copy link
Owner

deleisha commented Aug 8, 2016

libuv-tls is no more maintained. Please use evt-tls and let us know if you face the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants