-
Notifications
You must be signed in to change notification settings - Fork 40
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
thread '<unnamed>' panicked at 'Error handling connection.: HttpParse(Token)' #73
Comments
Please let me know if there's anything else I could do or provide. Again I'm about ~2 hours into using Rust but I'm happy to do what I can. |
This might be the same as my #65. It looks like a fix was merged in master a few hours ago, so maybe try updating. |
I still get it on master, to reproduce: |
We've significantly changed the parsing recently; any way you could try again? |
I'll try to give it another shot later today, thanks for circling back on this! |
sure |
Okay, I couldn't reproduce the crash with telnet, running on master. |
Ok, on clever cloud I still have
Since it's running in release mode, I don't have a backtrace |
Is there any way you could maybe have it log the contents of the request or something? |
It's caused by a zabbix probe, which opens a TCP connection and closes it right away. I don't have an easy way to reproduce it locally for now |
Okay! I'm going to tag this as "needs reproduction" for now. I can always sign up for clever cloud, I guess. But that won't be soon. |
Sure, it's not blocking for me anyway, I'm just here to reduce entropy in the universe. If I manage to have a local reproduction, then I'll post it with a proper stack trace. (It may also be moved to a specific issue, as the original one is fixed) |
Okay, so given that, let's give this one a close. If you can come up with a reproduction, let's open a new issue with it specifically 👍 |
Hi! Sorry I'm extremely new to Rust so I apologize in advance if this issue is not very useful, I'll try to provide as much information as I can!
I receive the following error very intermittently, maybe only 2-3 times over several dozen requests. I can't seem to trigger it with any pattern.
This repro occurred while requesting a 404-ing route from the routes example, but the first time I saw it I was requesting
127.0.0.1/hello
which routes successfully, I just didn't haveRUST_BACKTRACE=1
enabled so it didnt have a backtrace, it was the same HttpParse(Token) issue though.The text was updated successfully, but these errors were encountered: