-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
upstream: Improve error message for misconfigured HTTP_PROXY variable #9328
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tils_proxy_url_split() Signed-off-by: lecaros <[email protected]>
lecaros
requested review from
edsiper,
leonardo-albertovich,
fujimotos and
koleini
as code owners
September 2, 2024 18:59
@lecaros thanks for this PR. please change the commit prefix here:
|
Signed-off-by: lecaros <[email protected]>
Signed-off-by: lecaros <[email protected]>
lecaros
force-pushed
the
improve-error-message
branch
from
September 5, 2024 20:17
2669dda
to
fba58b0
Compare
lecaros
changed the title
flb_upstream: Improve error message for misconfigured HTTP_PROXY variable
upstream: Improve error message for misconfigured HTTP_PROXY variable
Sep 5, 2024
Thanks @edsiper |
lecaros
modified the milestones:
Fluent Bit v3.2.0,
Fluent Bit v3.1-next,
Fluent Bit v3.1.9
Sep 20, 2024
note: this PR was done against master, we need one for branch 3.1 |
Merged
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added specific messages for errors inside the function
flb_utils_proxy_url_split()
.Removed the call to
flb_errno()
since errors are displayed byflb_utils_proxy_url_split
.Fixes #9327
Testing
Before we can approve your change; please submit the following in a comment:
Config for repro from error message for misconfigured http_proxy is misleading #9327.
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Current documentation is correct.
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.