Skip to content

Commit

Permalink
fix: remove line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Mar 4, 2025
1 parent de34505 commit 2d956c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public async Task InvokeAsync(HttpContext context)
}
else
{
correlationId = correlationId.Trim();
correlationId = correlationId.Trim().ReplaceLineEndings("");
}

context.Response.Headers["X-Correlation-ID"] = correlationId;
Expand Down

0 comments on commit 2d956c3

Please sign in to comment.