| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ca24de commit 40c8e6d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -931,7 +931,6 @@ function lookupAndConnect(self, options) { | |||
| 931 | 931 | port |= 0; | |
| 932 | 932 | ||
| 933 | 933 | // If host is an IP, skip performing a lookup | |
| 934 | - // TODO(evanlucas) should we hot path this for localhost? | ||
| 935 | 934 | var addressType = exports.isIP(host); | |
| 936 | 935 | if (addressType) { | |
| 937 | 936 | process.nextTick(function() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments