Skip to content

Fix bad redirect url construction in src-cli version handlers.

Administrator requested to merge fix-bad-redirect into master

Created by: efritz

The Location header has a single slash for the protocol, which makes the browser freak out when trying to download (and some versions of curl).

See https://github.com/sourcegraph/src-cli/issues/97.

Merge request reports

Loading