-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sometimes not responding on HTTPS #33
Comments
Managed to replicate the issue and the following happens:
This looks like an issue with HTTPS specifically |
Although much less frequently, there are still HTTPS errors, while HTTP seems to work fine |
EpicEric
added a commit
that referenced
this issue
Jan 26, 2025
After the changes in cc61e83 I haven't seen any more locks, so I'm optimistically closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Occasionally, my Sandhole instance will stop properly handling HTTP connections. Socket binding still works but no response is returned. On the other hand, SSH connections still work properly.
My guess is on some deadlock related to the ConnectionMap, but as of writing this issue I don't know the root cause.
The text was updated successfully, but these errors were encountered: