Comparing version 2.1.3 to 2.1.4
@@ -66,3 +66,6 @@ /** | ||
if (u.protocol === 'unix:') { | ||
u.protocol = 'http:'; | ||
urlobj.protocol = 'http:'; | ||
urlobj.socketPath = u.pathname; | ||
delete urlobj.path; | ||
delete urlobj.port; | ||
} | ||
@@ -69,0 +72,0 @@ |
{ | ||
"name": "gohttp", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "http client for HTTP/1.1", | ||
@@ -5,0 +5,0 @@ "main": "httpcli.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
52366
9
612