Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update src/Middleware/HeadersInspectionHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Omondi <[email protected]>
  • Loading branch information
kasperk81 and andrueastman authored May 27, 2024
1 parent 8a82ede commit acdf0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/HeadersInspectionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage
activity?.Dispose();
}

string[] ConvertHeaderValuesToArray(IEnumerable<string> headerValues)
static string[] ConvertHeaderValuesToArray(IEnumerable<string> headerValues)
{
var headerValuesList = new List<string>();
foreach(var value in headerValues)
Expand Down

0 comments on commit acdf0d9

Please sign in to comment.