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

Fix invalid url parsing #1061

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Fix invalid url parsing #1061

merged 1 commit into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. Fix invalid url parsing

    I did not found any specification where an URL can contain parenthesis
    in the url, nor we do have a test that fails on this case. If we need
    it anyway we can introduce it later on. But for now this fixes a bug
    where the fetch of a url is way to gredy.
    jaapio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    66668b1 View commit details
    Browse the repository at this point in the history