This commit is contained in:
Ciro Spaciari
2024-11-22 17:55:11 -08:00
parent 5b7b03e699
commit 4bb91a1ff7

View File

@@ -857,7 +857,7 @@ static EncodedJSValue NodeHTTPServer__onRequest(
}
int hasBody = 0;
WebCore::JSNodeHTTPResponse* nodeHTTPResponseObject = jsCast<WebCore::JSNodeHTTPResponse*>(JSValue::decode(NodeHTTPResponse__createForJS(any_server, globalObject, &hasBody, request, isSSL, response, nodeHttpResponsePtr)));
WebCore::JSNodeHTTPResponse* nodeHTTPResponseObject = jsCast<WebCore::JSNodeHTTPResponse*>(JSValue::decode(NodeHTTPResponse__createForJS(any_server, globalObject, &hasBody, request, isSSL, response, upgrade_ctx, nodeHttpResponsePtr)));
JSC::CallData callData = getCallData(callbackObject);
args.append(nodeHTTPResponseObject);