-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat(request_id): set request id when it's set but empty #38474
base: main
Are you sure you want to change the base?
feat(request_id): set request id when it's set but empty #38474
Conversation
Please check the CI. Thanks. |
/retest |
@wbpcode I'm not sure about the current error
|
could you merge main and kick the ci again? |
4cffd76
to
c9ad7f6
Compare
The issue persists :( Do you know why it happens? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
cc @quantumsheep could you also add a change log under the minor behavior change scope? Then I can merge this PR. |
/wait |
ad63b3c
to
db41e87
Compare
Changelog updated. I'm not sure about the |
Signed-off-by: Nathanael DEMACON <[email protected]>
Signed-off-by: Nathanael DEMACON <[email protected]>
Signed-off-by: Nathanael DEMACON <[email protected]>
Signed-off-by: Nathanael DEMACON <[email protected]>
Signed-off-by: Nathanael DEMACON <[email protected]>
db41e87
to
87b9f58
Compare
I think |
Signed-off-by: Nathanael DEMACON <[email protected]>
Done 👌 |
Commit Message:
feat(request_id): set request id when it's set but empty
Risk Level: Low
Testing: Yes
Docs Changes: N/A
Release Notes:
generate_request_id
will generate a request id on non-present and emptyx-request-id
header.Fixes #38445