From 093b3eee58181ec45839d0fe10b8157326a102b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 25 Oct 2023 13:43:38 +0200 Subject: chore: update deno_core and port all remaining ops to `op2` (#20954) Signed-off-by: Matt Mastracci Co-authored-by: Matt Mastracci --- ext/http/http_next.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/http') diff --git a/ext/http/http_next.rs b/ext/http/http_next.rs index 522df280f..7fc396b38 100644 --- a/ext/http/http_next.rs +++ b/ext/http/http_next.rs @@ -661,8 +661,7 @@ pub fn op_http_set_response_body_text( } } -// Skipping `fast` because we prefer an owned buffer here. -#[op2] +#[op2(fast)] pub fn op_http_set_response_body_bytes( #[smi] slab_id: SlabId, #[buffer] buffer: JsBuffer, -- cgit v1.2.3