We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847f2a8 commit cc9490fCopy full SHA for cc9490f
src/model/send/send-store.ts
@@ -188,7 +188,7 @@ export class SendStore {
188
path: url.pathname,
189
hostname: url.hostname,
190
headers: rawHeadersToHeaders(requestInput.headers),
191
- rawHeaders: requestInput.headers,
+ rawHeaders: _.cloneDeep(requestInput.headers),
192
body: { buffer: encodedBody },
193
timingEvents: {
194
startTime: Date.now()
0 commit comments