Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

zig mirror download uris do not correctly encode query #468

Description

@dasimmet

Since i host a community mirror now, i noticed requests with a path like this:

/zig/zig-x86_64-linux-0.15.2.tar.xz.minisig?source%3Dvscode-zig

but it should be this, right?

/zig/zig-x86_64-linux-0.15.2.tar.xz.minisig?source=vscode-zig

not critical or breaking anything....but my guess is here the query needs to be passed in differently:

const artifactMinisignUrlWithQuery = artifactMinisignUrl.with({ query: "source=vscode-zig" });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions