Skip to content

Commit fd7376c

Browse files
committed
set http3=False for ImpitHttpClient
1 parent 0a5426d commit fd7376c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crawlee/http_clients/_impit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
self,
9393
*,
9494
persist_cookies_per_session: bool = True,
95-
http3: bool = True,
95+
http3: bool = False,
9696
verify: bool = True,
9797
browser: Browser | None = 'firefox',
9898
**async_client_kwargs: Any,

0 commit comments

Comments
 (0)