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
Update test-http-localaddress.js
* Revised code alignment.
  • Loading branch information
tpanthera authored Nov 23, 2018
commit f395b099221fdfc883d4ede18d8f33bcb47f2aae
2 changes: 1 addition & 1 deletion test/parallel/test-http-localaddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const server = http.createServer((req, res) => {

server.listen(0, '127.0.0.1', () => {
const options = { host: 'localhost',
port: server.address().port,
port: server.address().port,
path: '/',
method: 'GET',
localAddress: '127.0.0.2' };
Expand Down