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

Fix notation of proxy URL in logs #3615

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Conversation

TomWis97
Copy link
Contributor

@TomWis97 TomWis97 commented Apr 4, 2023

While debugging an unrelated proxy error, I stumbled upon an incorrect display of the proxy URL. Instead of displaying http://example.com:1234, http:://example.com:1234 is being displayed. This may case some serious confusion.

As far as my understanding goes, this only impacts the actual display within the logs. But I must say that I'm not completely sure of that.

This PR corrects this log line and relevant tests.

Copy link
Owner

@lovell lovell left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this, luckily it affects only log entries and not the values used for proxying (there would be a lot more noise if so 😅 ).

@lovell lovell merged commit 9ebbcc3 into lovell:main Apr 7, 2023
@lovell lovell added this to the v0.32.1 milestone Apr 7, 2023
lovell added a commit that referenced this pull request Apr 7, 2023
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.

2 participants