Skip to content

Conversation

@yawkat
Copy link
Member

@yawkat yawkat commented Jul 18, 2025

The OpenTracingClientFilter would inject request headers only when the request publisher is subscribed to, at which point the client may already have processed the request. This patch moves the header injection before the chain.proceed call.

Fixes #784

The OpenTracingClientFilter would inject request headers only when the request publisher is subscribed to, at which point the client may already have processed the request. This patch moves the header injection before the chain.proceed call.

Fixes #784
@yawkat yawkat added this to the 7.1.3 milestone Jul 18, 2025
@yawkat yawkat requested review from dstepanov and graemerocher July 18, 2025 08:56
@yawkat yawkat added the type: bug Something isn't working label Jul 18, 2025
@sonarqubecloud
Copy link

@graemerocher graemerocher merged commit ac34fd1 into 7.1.x Jul 18, 2025
12 checks passed
@graemerocher graemerocher deleted the late-request-bind branch July 18, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Requests are sent before HttpClientFilter finishes

3 participants