net.server_epoll: Revert opportunistic_writes tweak

Added in f0b2c026e542 and not sure why
This commit is contained in:
Kim Alvefur 2024-11-19 00:31:21 +01:00
parent 885fde62be
commit ff00c6707f

View file

@ -973,9 +973,6 @@ function interface:resume_writes()
self:noise("Resume writes");
self._write_lock = nil;
if self.writebuffer and #self.writebuffer ~= 0 then
if cfg.opportunistic_writes then
return self:onwritable();
end
self:setwritetimeout();
self:set(nil, true);
end