Comparing version 5.1.2 to 5.1.3
@@ -437,3 +437,3 @@ 'use strict' | ||
stm.on('response', (headers, flags) => { | ||
c.reply.respond(headers) | ||
c.reply && c.reply.writable && c.reply.respond(headers) | ||
}) | ||
@@ -460,3 +460,3 @@ | ||
stm.on('data', chunk => { | ||
c.reply.write(chunk) | ||
c.reply && c.reply.writable && c.reply.write(chunk) | ||
}) | ||
@@ -463,0 +463,0 @@ |
{ | ||
"name": "gohttp", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"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
112062