Skip to content

Commit 8633591

Browse files
Johnetordofffelliott
authored andcommitted
Add request id header
1 parent 9f96a04 commit 8633591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mfr/server/handlers/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ async def prepare(self):
132132
)
133133

134134
self.source_file_id = uuid.uuid4()
135+
self.add_header('X-MFR-REQUEST-ID', str(uuid.uuid4()))
135136

136137
async def write_stream(self, stream):
137138
try:

0 commit comments

Comments
 (0)