[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-15 06:52:19 +00:00
committed by GitHub
parent 4906426aa5
commit aec6ffdae8

View File

@@ -1121,12 +1121,12 @@ static void NodeHTTPServer__writeHead(
String key = propertyNames[i].string();
String value = headerValue.toWTFString(globalObject);
RETURN_IF_EXCEPTION(scope, void());
// Check if this is a Connection header
if (WTF::equalIgnoringASCIICase(key, "connection"_s)) {
hasConnectionHeader = true;
}
writeResponseHeader<isSSL>(response, key, value);
}
}