-
Notifications
You must be signed in to change notification settings - Fork 2k
Rust framework Anansi (not accepting requests from client machine) #7842
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
Conversation
|
Sorry I haven't been able to take a look at this yet @saru-tora. One of the most common problems is the server binding to localhost and not |
|
Changing it to Actually, it might be a framework issue. I'm looking into it. Okay, it should all work now. |
|
@saru-tora Great! Glad that worked. Is this ready to be moved out of draft? |
|
@nbrady-techempower The code is ready, but I'm not sure about instruction 5 in the README: "Edit |
|
@saru-tora Thanks, that's no longer relevant |
* master: (75 commits) Bump vertx-web from 4.1.2 to 4.3.8 in /frameworks/Prolog/tuProlog revert code (TechEmpower#7906) update spider-gazelle version and replaced orm with pg-orm (TechEmpower#7898) h2o_mruby: Update the dependencies and clean up the Dockerfile (TechEmpower#7903) Bump aahframe.work in /frameworks/Go/aah/src/benchmark (TechEmpower#7902) remove cached bench (TechEmpower#7900) Rust framework Anansi (not accepting requests from client machine) (TechEmpower#7842) ntex updates (TechEmpower#7899) http4k- upgrade http4k, java, gradle, simplify jetty loom server, tweak undertow workers (TechEmpower#7896) update to fiber 2.41.0 pgx 5.2.0 golang 1.2.0 (TechEmpower#7887) upgrade docker java and maven version (TechEmpower#7888) H2O: Use 64 pipelined database queries per database connection (TechEmpower#7895) Bump tokio from 1.21.2 to 1.24.2 in /frameworks/Rust/xitca-web (TechEmpower#7890) Bump tokio from 1.19.2 to 1.25.0 in /frameworks/Rust/hyper (TechEmpower#7889) Remove CachedWorld (TechEmpower#7894) Bump tokio from 1.23.0 to 1.24.2 in /frameworks/Rust/axum [Hexagon] Refactor and update version (TechEmpower#7885) improved raw fortunes performance; mORMot - fix potential GPF (TechEmpower#7883) mongoDB fix and updates (TechEmpower#7882) MySQL: Update the base image to Ubuntu 22.04 (TechEmpower#7880) ...
…echEmpower#7842) * added framework Anansi * made server bind to 0.0.0.0 * fixed db tests * added raw tests * added cache test * updated README --------- Co-authored-by: sarutora <example.com>
This framework does not seem to accept requests during tests for some reason.