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 string function of URI #258

Merged
merged 1 commit into from
May 6, 2024
Merged

Fix string function of URI #258

merged 1 commit into from
May 6, 2024

Conversation

Zerpet
Copy link
Contributor

@Zerpet Zerpet commented May 6, 2024

The string method was not including possible query parameters, namely,
TLS parameters. This fix brings our URI implementation in accordance
with the standard libary net/url, which does include query parameters in
their String() function.

The string method was not including possible query parameters, namely,
TLS parameters. This fix brings our URI implementation in accordance
with the standard libary net/url, which does include query parameters in
their String() function.

Signed-off-by: Aitor Perez Cedres <aitor.perez@broadcom.com>
@Zerpet Zerpet added this to the 1.10.0 milestone May 6, 2024
@Zerpet Zerpet requested a review from lukebakken May 6, 2024 16:47
@Zerpet Zerpet self-assigned this May 6, 2024
Copy link
Contributor

@lukebakken lukebakken left a comment

Choose a reason for hiding this comment

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

Nice tests!

@Zerpet Zerpet merged commit 4447ffc into main May 6, 2024
7 checks passed
@Zerpet Zerpet deleted the fix/uri_string branch May 6, 2024 17:40
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