Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dns: minor lint fix
  • Loading branch information
treysis committed Sep 4, 2021
commit 7956d2d9811cd801c89d15bfac7c06332b72966d
1 change: 0 additions & 1 deletion test/sequential/test-https-connect-localport.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const assert = require('assert');
host: 'localhost',
pathname: '/',
port,
//family: 4,
localPort: common.PORT,
rejectUnauthorized: false,
}, common.mustCall(() => {
Expand Down