Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting.

This commit is contained in:
Matthew Wild 2008-11-16 00:29:15 +00:00
parent 17768803c9
commit d3497ccf48

View file

@ -523,6 +523,8 @@ wraptlsclient = function( listener, socket, ip, serverport, clientport, mode, ss
return receive( socket, pattern, prefix )
end
handler.starttls = nil;
handler.handshake = coroutine_wrap( function( client )
local err
for i = 1, 10 do -- 10 handshake attemps