Browse Source

fix agent init

master
Guillermo Rauch 9 years ago
parent
commit
a97b5075a2
  1. 2
      lib/agent.js

2
lib/agent.js

@ -20,7 +20,7 @@ export default class Agent {
}
_initAgent () {
return http2.createAgent({
this._agent = http2.createAgent({
host: this._host,
port: 443
}).once('error', (err) => this._onError(err));

Loading…
Cancel
Save