You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to want to send a medium size file onto my embedded HTTP server with custom eventlib enabled, the upload will make the system hang for a bit and not finish(server not respond to TCP), and it is fine when I run the application in normal mode.
I suspect the problem is in the function lws_tls_fake_POLLIN_for_buffered, since the system log showed that the situation in lib/core-net/service.c had occurred many times while doesn't under normal situation, I tried to modify the code a little, but the problem still persists.