Skip to content

Commit

Permalink
fixup! CP-50537: Propagate originator as a http request header
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBuica committed Oct 25, 2024
1 parent 7a50cbb commit e303799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python3/examples/XenAPI/XenAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def with_tracecontext(self):
for k, v in headers.items():
self.add_extra_header(k, v)
def make_connection(self, host):
self._extra_headers = []
self.with_tracecontext()

originator_k = "ORIGINATOR"
Expand Down

0 comments on commit e303799

Please sign in to comment.