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

Support content headers in HttpClient logging #4842

Merged
merged 19 commits into from
Jan 4, 2024

Conversation

xakep139
Copy link
Contributor

@xakep139 xakep139 commented Dec 27, 2023

Fixes #4769

Microsoft Reviewers: Open in CodeFlow

@xakep139 xakep139 self-assigned this Dec 27, 2023
@xakep139 xakep139 added this to the 8.1 milestone Dec 27, 2023
@xakep139 xakep139 marked this pull request as ready for review January 3, 2024 17:07
@xakep139
Copy link
Contributor Author

xakep139 commented Jan 4, 2024

@RussKie can you please check what's wrong with the code coverage build step?

@xakep139
Copy link
Contributor Author

xakep139 commented Jan 4, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -39,3 +39,4 @@ steps:
repositoryName: '$(Build.Repository.Name)'
id: $(System.PullRequest.PullRequestNumber)
displayName: Report coverage to GitHub
continueOnError: 'true' # Temporary setting to avoid failing the build if the GitHub comment fails
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@RussKie I added this suppression to unblock the build. Please so the proper fix when you're back from vacation.

@xakep139 xakep139 merged commit 1e5ad82 into main Jan 4, 2024
6 checks passed
@xakep139 xakep139 deleted the xakep139/httpclient-log-content-headers branch January 4, 2024 13:44
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AddExtendedHttpClientLogging() doesn't log Content headers
2 participants