Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#3620] Append scheme to the URL to parse correctly
### What is the feature/fix? The std url package does not parse correctly if missing http(s):// ### Add screenshot or video (optional) ``` $ ./convox resources proxy postgres proxying localhost:5432 to dev-v2-efsresource-httpd-resourcepostgres-n0w2v7qwskwy.c5mts8687wtb.us-east-2.rds.amazonaws.com:5432 $ ./convox resources proxy memcached proxying localhost:11211 to dev-ca-j1jlewp39pdr.rctvfw.cfg.use2.cache.amazonaws.com:11211 ``` ### Does it has a breaking change? No ### How to use/test it? Install the version (to be created), deploy an app with Memcached resource, and run `convox resources proxy memcached`. ### Checklist - [ ] New coverage tests - [ ] Unit tests passing - [ ] E2E tests passing - [ ] E2E downgrade/update test passing - [ ] Documentation updated - [ ] No warnings or errors on Deepsource/Codecov
- Loading branch information