diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-21 23:33:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 22:33:21 +0000 |
commit | 777e7eaa81ae2477852596976be6b8b360742e2e (patch) | |
tree | 7ad4cc2989903f5eddfb867b15645270c04cb121 /ext/http | |
parent | 48da3c17ea905f50b82948e6f94795e1589f852e (diff) |
feat: Upgrade V8 to 12.9 (#25138)
Diffstat (limited to 'ext/http')
-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, |