Reyk Floeter
Reyk Floeter
I'm not convinced about HTTP/2 yet. But I'll keep it in mind for reference.
I’ve started implementing it. See also https://github.com/reyk/hpack
Coming back to this old issue: what was your use case to listen for HTTP on a UNIX socket?
I cannot reproduce the issue, do you have a test case? Network trace? I see that server_reset_http() is called after every request in an HTTP/1.1 (keep-alive) session. Please note that...
Thanks for reporting and providing a diff! I promise that we'll look into it quickly.
> In the code, the only place where I could find a reference to server_reset_http was in the > server_file.c functions where static files are referenced. Unfortunately, there is a...
Could you try https://github.com/reyk/httpd/commit/8033504e79cf197d99ab20a6d89161a2f6a71a81 It doesn't have your fix enabled, but a log message that might give a bit more evidence, and two possible fixes (yours and one that considers...
Temporarily started on https://github.com/reyk/httpd/wiki
I found another one: `missing_copy_implementations` That happens with small tables that only contain scalars or empty tables.
I like Rhai, the language and its Rust integration, and having async support would be a significant feature, especially in backend, API, and network services. Rhai is not the fastest...