Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/proxy: remove URL validation in New
Rather than validating the URL in proxy.New, assume that the URL that is passed in is valid. This allows users to connect to a proxy running locally in direct proxy mode. For golang/go#40371 Change-Id: Id51cb27148987e58d214cef1c805b26b5138a6de Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/245639 Run-TryBot: Julie Qiu <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
- Loading branch information