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
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Hi, got the demo working without trouble, but the httpd server seems flakey, I seem to have two issues:
I can call from Firefox, but not from curl as it returns ('curl: (1) Unsupported HTTP version in response'), I've tried HTTP/1.0 and HTTP/1.1, but it does not seem to help.
The httpd server seems to die after a few (10-20) requests. If I start the server, open the http:// url in Firefox, I get the 'Hello from Rust!' message, but after a 10-20 requests I get a 'The connection was reset' message. The logs say:
> W (280507) httpd: httpd_accept_conn: error in accept (23)
> W (280507) httpd: httpd_server: error accepting new connection