Skip to content

Commit

Permalink
fix(flow): Remove operation ID HTTP header (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Dec 26, 2024
1 parent 9585e43 commit 84333ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FlowPair/Flow/Infrastructure/FlowHttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public FlowHttpClient() : base(new SocketsHttpHandler())
{
BaseAddress = new Uri(FlowBaseAddress);
DefaultRequestHeaders.Add("FlowAgent", "flow-pair");
DefaultRequestHeaders.Add("FlowOperationId", Guid.NewGuid().ToString("N"));
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue(MediaTypeNames.Application.Json));
}

Expand Down

0 comments on commit 84333ae

Please sign in to comment.