There was an error while loading. Please reload this page.
1 parent db1cecf commit 8d340d4Copy full SHA for 8d340d4
1 file changed
livekit-api/livekit/api/twirp_client.py
@@ -213,8 +213,7 @@ async def request(
213
headers["User-Agent"] = _USER_AGENT
214
forward_headers = dict(headers) # for the discovery fetch (no content-type yet)
215
headers["Content-Type"] = "application/protobuf"
216
- if not any(h.lower() == REQUEST_ID_HEADER.lower() for h in headers):
217
- headers[REQUEST_ID_HEADER] = str(uuid.uuid4())
+ headers[REQUEST_ID_HEADER] = str(uuid.uuid4())
218
serialized_data = data.SerializeToString()
219
220
# The effective per-attempt timeout is the per-call override, or the
0 commit comments