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
Ahh the reason is the request network stream isn't being closed, so it never completes. It appears to complete in a browser because a browser is more forgiving then curl and will output data it receives streaming it into the browser. Eventually the browser (or curl) decide to close the connection themselves to avoid having stuck open connections.
Hi,
Thank you for your great web server.
I'm running UniWeb and have a handler at path
/status
.When I call:
$ curl http://localhost:<port>/status
It doesn't complete and just blocks. According to Unity logs I see it has handled the request.
Any ideas?
The text was updated successfully, but these errors were encountered: