Skip to content

Commit

Permalink
net.server_event: last of the serie...
Browse files Browse the repository at this point in the history
Fixes #517 for real
  • Loading branch information
maranda committed May 1, 2020
1 parent 18b049b commit 1e43613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/server_event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ do
return nil, err;
end
self._usingssl = true;
self.startsslcallback = function(); -- we have to start the handshake outside of a read/write event
self.startsslcallback = function() -- we have to start the handshake outside of a read/write event
self.startsslcallback = nil;
self:_start_ssl(call_onconnect);
self.eventstarthandshake = nil;
Expand Down

0 comments on commit 1e43613

Please sign in to comment.