net.server_epoll: Return status from starttls method

This commit is contained in:
Kim Alvefur 2016-08-18 16:48:16 +02:00
parent e7e49c4d02
commit a0d0705978

View file

@ -377,6 +377,7 @@ function interface:starttls(ctx)
if not conn then
self:on("disconnect", err);
self:destroy();
return conn, err;
end
conn:settimeout(0);
self.conn = conn;