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(opentelemetry): tostring header_type avoid concatenation nil error in log #13612

Draft
wants to merge 1 commit into
base: release/3.4.x
Choose a base branch
from

Commits on Sep 4, 2024

  1. fix(opentelemetry): tostring header_type avoid concatenation nil er…

    …ror in log (#10137)
    
    The require of header_type is false, so the consumer can choose `header_type` to be nil in Kong Manager; if this is, Kong Manager would pass `json.null` to Kong, `header_type` could be nil in this case.
    
    This PR respects this behavior and handles concatenation nil error when `header_type` is nil.
    
    Note that this is a fix that only exists in the 3.4 series.
    
    Fix: [FTI-6119](https://konghq.atlassian.net/browse/FTI-6119)
    
    Signed-off-by: tzssangglass <[email protected]>
    tzssangglass committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7818afe View commit details
    Browse the repository at this point in the history