Skip to content

Commit 6153577

Browse files
committed
Switch from HEAD to GET requests
Not all registry implementations support `HEAD` correctly.
1 parent 19b3a84 commit 6153577

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/start-proxy-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy/reachability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class NetworkReachabilityBackend implements ReachabilityBackend {
4141
url,
4242
{
4343
agent: this.agent,
44-
method: "HEAD",
44+
method: "GET",
4545
ca: this.proxy.cert,
4646
timeout: 5 * 1000, // 5 seconds
4747
},

0 commit comments

Comments
 (0)