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

BlueLink: extend TLS Handshake timeout #17429

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

GrimmiMeloni
Copy link
Collaborator

@GrimmiMeloni GrimmiMeloni commented Nov 24, 2024

possibly fix #17100

@andig I am not too happy with this change, as I had to create a separate http transport.
I did so, because I did not see any way to access the Fields of the existing Transport in our http client. The http client does only expose its transport as a RoundTripper interface, which effectively hides the fields.
Alternatively I could downcast the RoundTripper to http.Transport explicitly, but I was not sure if this is really better. What do you think?

@andig andig added the vehicles Specific vehicle support label Nov 24, 2024
@GrimmiMeloni
Copy link
Collaborator Author

found a more compact solution via type assertion.

@GrimmiMeloni GrimmiMeloni self-assigned this Nov 24, 2024
@andig andig merged commit aa513c4 into evcc-io:master Nov 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vehicles Specific vehicle support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants