This commit is contained in:
Joseph Cheung 2023-02-26 08:31:55 +08:00
parent 50a4eb00ba
commit 0fc80da255
2 changed files with 2 additions and 2 deletions

View file

@ -594,7 +594,7 @@ def post_request(response: flask.Response):
if t.load
]
timings_all = timings_all + timings_total + timings_load
response.headers.add('Server-Timing', ', '.join(timings_all))
# response.headers.add('Server-Timing', ', '.join(timings_all))
return response

View file

@ -594,7 +594,7 @@ def post_request(response: flask.Response):
if t.load
]
timings_all = timings_all + timings_total + timings_load
response.headers.add('Server-Timing', ', '.join(timings_all))
# response.headers.add('Server-Timing', ', '.join(timings_all))
return response