Skip to content

fix: trim inspected headers #137

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

Merged
merged 1 commit into from
Jun 28, 2024
Merged

fix: trim inspected headers #137

merged 1 commit into from
Jun 28, 2024

Conversation

dmehala
Copy link
Collaborator

@dmehala dmehala commented Jun 28, 2024

Description

Fixed a regression introduced in issue #42 that prevented HTTP headers with leading spaces from being parsed. This issue could result in the failure to extract trace context and the creation of a new trace, even though the trace could have been extracted and continued in versions prior to v0.1.11.

Fixed a regression introduced in #42 preventing HTTP headers with
leading spaces to be parsed.
@dmehala dmehala requested a review from a team as a code owner June 28, 2024 07:41
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@26e666f). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage        ?   94.48%           
=======================================
  Files           ?       71           
  Lines           ?     3720           
  Branches        ?        0           
=======================================
  Hits            ?     3515           
  Misses          ?      205           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@zacharycmontoya zacharycmontoya left a comment

Choose a reason for hiding this comment

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

LGTM

@dmehala dmehala merged commit 73ba630 into main Jun 28, 2024
22 checks passed
@dmehala dmehala deleted the dmehala/trim-datadog-headers branch June 28, 2024 20:48
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.

3 participants