Comparing version 4.1.0-beta10 to 4.1.0-beta11
@@ -259,3 +259,6 @@ 'use strict' | ||
} | ||
} else { | ||
pxybalance.stepIndex += 1 | ||
} | ||
} | ||
@@ -332,2 +335,6 @@ | ||
if (pr.headers) { | ||
for (let k in pr.headers) c.headers[k] = pr.headers[k] | ||
} | ||
let stm = hii.session.request(c.headers) | ||
@@ -344,5 +351,2 @@ | ||
stm.on('response', (headers, flags) => { | ||
if (pr.headers) { | ||
for (let k in pr.headers) headers[k] = pr.headers[k] | ||
} | ||
c.reply.respond(headers) | ||
@@ -349,0 +353,0 @@ }) |
{ | ||
"name": "gohttp", | ||
"version": "4.1.0-beta10", | ||
"version": "4.1.0-beta11", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82350
1857