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

Commit

Permalink
Headers were the wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 22, 2019
1 parent f19593a commit c5e8d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/replication/http/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def send_request(**kwargs):
# have a good idea that the request has either succeeded or failed on
# the master, and so whether we should clean up or not.
while True:
headers = Headers()
opentracing.inject_active_span_twisted_headers(
headers = {}
opentracing.inject_active_span_byte_dict(
headers, None, check_destination=False
)
try:
Expand Down

0 comments on commit c5e8d91

Please sign in to comment.