| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9afdc09 commit d0368b8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ const https = require('https'); | |||
| 37 | 37 | }; | |
| 38 | 38 | // Will fail with ECONNREFUSED if the address family is not honored. | |
| 39 | 39 | https.get(options, common.mustCall(function() { | |
| 40 | - assert.strictEqual('::1', this.socket.remoteAddress); | ||
| 40 | + assert.strictEqual(this.socket.remoteAddress, hostAddrIPv6); | ||
| 41 | 41 | this.destroy(); | |
| 42 | 42 | })); | |
| 43 | 43 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments