Comparing version 4.2.0-beta1 to 4.2.0-beta2
@@ -630,3 +630,3 @@ 'use strict'; | ||
gohttp.prototype.connect = function (url) { | ||
return new _hiicompat(url); | ||
return new _hiicompat(url, this); | ||
}; | ||
@@ -633,0 +633,0 @@ |
{ | ||
"name": "gohttp", | ||
"version": "4.2.0-beta1", | ||
"version": "4.2.0-beta2", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
101536
6