Skip to content

Commit

Permalink
Remove Server from Client Middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 11, 2023
1 parent 22de941 commit d9f417e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,6 @@ object ClientMiddleware {
HttpStructuredContext.Client.peerName(request.uri).foreach { ctx =>
builder += ctx
}
// Special Server
request.from.foreach(ip =>
builder += HttpStructuredContext.Server.clientIp(ip)
)
builder ++=
HttpStructuredContext.Headers.request(request.headers, headers)

Expand Down

0 comments on commit d9f417e

Please sign in to comment.