diff options
Diffstat (limited to 'ext/http/http_next.rs')
-rw-r--r-- | ext/http/http_next.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |