We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2adb0 commit a7c310fCopy full SHA for a7c310f
1 file changed
src/node_url.cc
@@ -99,6 +99,7 @@ class URLHost {
99
case HostType::H_OPAQUE: value_.opaque.~string(); break;
100
default: break;
101
}
102
+ type_ = HostType::H_FAILED;
103
104
105
// Setting the string members of the union with = is brittle because
0 commit comments