http2-proxy
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -327,3 +327,3 @@ const http = require('http') | ||
head += '\r\n\r\n' | ||
return head | ||
return Buffer.from(head, 'ascii') | ||
} | ||
@@ -330,0 +330,0 @@ |
{ | ||
"name": "http2-proxy", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "nodemon --inspect=9308 src", |
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
99400