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

sfxclient/httpsink: use hex encoded string representation for loggabl… #230

Merged
merged 1 commit into from Nov 19, 2021

Conversation

jgheewala
Copy link
Contributor

…e headers

if sha1 representation bytes is directly converted to string the output is garbage during
logging. Instead use go built-in hex package EncodeToString() api

…e headers

if sha1 representation bytes is directly converted to string the output is garbage during
logging. Instead use go built-in hex package EncodeToString() api
Copy link
Contributor

@keitwb keitwb left a comment

Choose a reason for hiding this comment

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

Looks good, CI build failed for some reason though.

@jgheewala
Copy link
Contributor Author

that failure is due to docker box type being small and test cases not able to complete. This is taken care off in separate commit

@jgheewala jgheewala merged commit baa19c9 into master Nov 19, 2021
@atoulme atoulme deleted the fix_loggable_header_string branch January 5, 2023 06:27
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