Skip to content

Commit

Permalink
Reverted postman-runtime bump
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Aug 20, 2024
1 parent f0e918c commit c2991f7
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 76 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased:
fixed bugs:
- Reverted GH-3263

6.2.0:
date: 2024-08-16
new features:
Expand Down
1 change: 0 additions & 1 deletion lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ module.exports = function (options, callback) {
requester: {
useWhatWGUrlParser: true,
cookieJar: cookieJar,
protocolVersion: _.has(options, 'protocolVersion') ? options.protocolVersion : 'auto',
followRedirects: _.has(options, 'ignoreRedirects') ? !options.ignoreRedirects : undefined,
strictSSL: _.has(options, 'insecure') ? !options.insecure : undefined,
timings: Boolean(options.verbose),
Expand Down
Loading

0 comments on commit c2991f7

Please sign in to comment.