-
Notifications
You must be signed in to change notification settings - Fork 35
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
aquatic_http: peer addr should already have been extracted by now #197
Comments
Thanks. I've pushed a change that I think should fix the issue, could you please try pulling and building again? |
@greatest-ape I'll keep this running, but at first glance seems to be fixed, and yes it was running behind a reverse-proxy |
Ok, great! |
Does it seem like the issue was fixed? |
yeah it's been running without any issues since. Closing |
Great, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installed as per the docs here, tested on both x86_64 and arm64
After starting with
./target/release/aquatic_http -c "aquatic-http-config.toml"
and giving it some traffic it will always crash after a few minutes with a socket worker panic with the messagepeer addr should already have been extracted by now
.I've tried playing around with the
memlock
and also running it as root, but no change, it always ends up crashing after some time.Here's error with
RUST_BACKTRACE=full
:The text was updated successfully, but these errors were encountered: