Skip to content

Commit c2991f7

Browse files
committed
Reverted postman-runtime bump
1 parent f0e918c commit c2991f7

File tree

4 files changed

+119
-76
lines changed

4 files changed

+119
-76
lines changed

CHANGELOG.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
unreleased:
2+
fixed bugs:
3+
- Reverted GH-3263
4+
15
6.2.0:
26
date: 2024-08-16
37
new features:

lib/run/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ module.exports = function (options, callback) {
180180
requester: {
181181
useWhatWGUrlParser: true,
182182
cookieJar: cookieJar,
183-
protocolVersion: _.has(options, 'protocolVersion') ? options.protocolVersion : 'auto',
184183
followRedirects: _.has(options, 'ignoreRedirects') ? !options.ignoreRedirects : undefined,
185184
strictSSL: _.has(options, 'insecure') ? !options.insecure : undefined,
186185
timings: Boolean(options.verbose),

0 commit comments

Comments
 (0)