-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[BUG]Error while serving HTTP connection: early eof #104
Comments
both of
|
Thanks, I will check it. |
Can you help with the test? |
Thanks, both |
@fundon This fault has come up. |
How do you test it? Can you share it? |
Reproducehttps://github.com/viz-rs/viz/blob/main/examples/static-files/embed/src/main.rs After the first request, wait one minute to request again |
Reproduce
https://github.com/viz-rs/viz/blob/main/examples/static-files/embed/src/main.rsv
add
a.txt
file topublic
dir. this file with some word,size 1kb or more.cargo run --bin embed
run this demo, then quick request url. It will cause a reboot
serve
http://127.0.0.1:3000/static/a.txt
Logs
Expectations
This bug should not occur in the main application, as it will cause other connections that are being requested to fail
The text was updated successfully, but these errors were encountered: