mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +00:00
This reverts commit 1b9ea478da.
This commit is contained in:
@@ -546,10 +546,6 @@ const runSingleRequest = async function (
|
||||
err.response.dataBuffer = dataBuffer;
|
||||
response = err.response;
|
||||
|
||||
if (!options.disableCookies) {
|
||||
saveCookies(request.url, err.response.headers);
|
||||
}
|
||||
|
||||
// Prevents the duration on leaking to the actual result
|
||||
responseTime = response.headers.get('request-duration');
|
||||
response.headers.delete('request-duration');
|
||||
|
||||
Reference in New Issue
Block a user