-
Notifications
You must be signed in to change notification settings - Fork 9
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
HTTP Requests Crash The Server #31
Comments
Pull RequestI made PR #32 to address this. |
I haven't been able to reproduce this issue. How are you making the HTTP request, and can you show me an example of your server file? |
I was actually able to reproduce this with a gemini request as well. I'll look into it more |
I think the error is in building the URL object. I'll fix this soon. |
I pushed a change that catches a URL parsing failure. Does that fix your issue with HTTP requests as well? |
Making an HTTP request to the server causes a crash.
I tried to handle this with middleware but it seems like its happening before the the middleware is called.
To clarify, I really dont know why people are making HTTP requests to port 1965 but they are. My server crashes from this daily.
The text was updated successfully, but these errors were encountered: