Skip to content

Commit ab116ff

Browse files
Enable HTTP2
1 parent ef79409 commit ab116ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supabase_functions/_sync/functions_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def __init__(self, url: str, headers: Dict, verify: bool = True):
1818
headers=self.headers,
1919
verify=bool(verify),
2020
follow_redirects=True,
21+
http2=True,
2122
)
2223

2324
def _request(

0 commit comments

Comments
 (0)