Skip to content

Commit d2a678f

Browse files
committed
fix: adding resolve 0 ip to QUICSocket.send
1 parent 914e806 commit d2a678f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QUICSocket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ class QUICSocket {
397397
udpType,
398398
errors.ErrorQUICSocketInvalidSendAddress,
399399
);
400+
host_ = utils.resolvesZeroIP(host_);
400401
params[index] = host_;
401402
return this.socketSend(...params);
402403
}

0 commit comments

Comments
 (0)