Skip to content
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

Panic on URL without schema #164

Open
kvij opened this issue Mar 26, 2023 · 0 comments
Open

Panic on URL without schema #164

kvij opened this issue Mar 26, 2023 · 0 comments

Comments

@kvij
Copy link

kvij commented Mar 26, 2023

When an URL is provided without a schema or a completely invalid URL an error should be returned.
The current behavior is a panic from dynamicRountTripper.RoundTrip()

Example URL's

  • 127.0.0.1:80/test
  • notaurl^^
kvij pushed a commit to kvij/typhon that referenced this issue Mar 26, 2023
kvij pushed a commit to kvij/typhon that referenced this issue Mar 26, 2023
kvij pushed a commit to kvij/typhon that referenced this issue May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant