We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa6859 commit f5582f8Copy full SHA for f5582f8
lib/proxy.ts
@@ -670,7 +670,7 @@ export class Proxy implements IProxy {
670
process.nextTick(sem.leave.bind(sem));
671
self.sslServers[hostname] = {
672
// @ts-ignore
673
- port: self.sslServers[wildcardHost],
+ port: self.sslServers[wildcardHost].port,
674
};
675
return makeConnection(self.sslServers[hostname].port);
676
}
0 commit comments