Skip to content

Commit a460195

Browse files
committed
add back head request
1 parent 0dd91d8 commit a460195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/toolkit-lib/lib/api/network-detector/network-detector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class NetworkDetector {
7575

7676
private static ping(agent?: https.Agent): Promise<boolean> {
7777
const options: RequestOptions = {
78-
// method: 'HEAD',
78+
method: 'HEAD',
7979
agent: agent,
8080
// timeout: this.TIMEOUT_MS,
8181
};

0 commit comments

Comments
 (0)