-
Notifications
You must be signed in to change notification settings - Fork 88
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
Use request.URL.Host instead when request.Host is empty #213
Conversation
Please update the CHANGES.md file. |
Reference to the slack link: https://the-asf.slack.com/archives/CHQ1L4T54/p1734924623039789 |
@StoneMoe, please fix the CI failure. |
Can you help to check why there say |
In test file there is a new "http" string I added. Considering change goconst option |
As we discussed in Slack, this will add support for HTTP requests with empty
request.Host
, such as elasticsearch client, which set request URL after a path-only request creation.Ref: https://the-asf.slack.com/archives/CHQ1L4T54/p1734924623039789