Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only update hostname if not supplied through parameter #1182

Closed
wants to merge 2 commits into from

Conversation

FelixLange1998
Copy link

I wanted to specifically set a hostname in the _http3 method. I saw that it allows to supply a hostname as a parameter, however, it is directly overwritten at the beginning of the function based on the parsed URL from urllib. Currently, the supplied hostname does not have any impact at all.

@rthalley
Copy link
Owner

_http3 is not a public method. The hostname parameter is not used by the public callers and so I just removed it.

@rthalley rthalley closed this Mar 22, 2025
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.

None yet

2 participants