mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
opsie
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user