From cd43d2b8771e59bb454c20b1504ad4176d195e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 9 Jan 2024 17:25:10 +0100 Subject: chore: upgrade deno_core to 0.244.0 (#21859) --- ext/http/http_next.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/http') diff --git a/ext/http/http_next.rs b/ext/http/http_next.rs index aae216172..a58c5f09a 100644 --- a/ext/http/http_next.rs +++ b/ext/http/http_next.rs @@ -769,7 +769,7 @@ pub fn op_http_set_response_body_text( } } -#[op2(fast)] +#[op2] pub fn op_http_set_response_body_bytes( external: *const c_void, #[buffer] buffer: JsBuffer, -- cgit v1.2.3