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 9bdb79f86..9ff449a09 100644 --- a/ext/http/http_next.rs +++ b/ext/http/http_next.rs @@ -466,7 +466,7 @@ pub fn op_http_set_response_header( response_parts.headers.append(name, value); } -#[op2] +#[op2(fast)] pub fn op_http_set_response_headers( scope: &mut v8::HandleScope, external: *const c_void, |