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
url: add missing space
  • Loading branch information
jun-oka committed Dec 24, 2016
commit 782e3517402dda6781a783dfe3a19f39a2d8bd5d
2 changes: 1 addition & 1 deletion lib/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function validateHostname(self, rest, hostname) {
(code >= 48/*0*/ && code <= 57/*9*/) ||
code === 45/*-*/ ||
code === 43/*+*/ ||
code === 95/*_*/||
code === 95/*_*/ ||
code > 127;

// Invalid host character
Expand Down