Skip to content

Conversation

@Mantisus
Copy link
Collaborator

Description

  • Set default http3=False for ImpitHttpClient.Since in some cases the http3=True flag causes the proxy to be ignored

Issues

@Mantisus Mantisus self-assigned this Jan 24, 2026
@Mantisus Mantisus requested a review from Pijukatel January 24, 2026 16:09
@Mantisus
Copy link
Collaborator Author

Created an issue in the impit repository - apify/impit#364

*,
persist_cookies_per_session: bool = True,
http3: bool = True,
http3: bool = False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw, http3 support is only experimental in impit, we likely do not want to use it as the default anywhere

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. Thanks for the info. 🙂

Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proxies working with vanilla requests, but get a 403 error with Crawlee

3 participants