Skip to content

Commit f5582f8

Browse files
chribro88joeferner
authored andcommitted
Update proxy.ts
1 parent 7aa6859 commit f5582f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ export class Proxy implements IProxy {
670670
process.nextTick(sem.leave.bind(sem));
671671
self.sslServers[hostname] = {
672672
// @ts-ignore
673-
port: self.sslServers[wildcardHost],
673+
port: self.sslServers[wildcardHost].port,
674674
};
675675
return makeConnection(self.sslServers[hostname].port);
676676
}

0 commit comments

Comments
 (0)