class Fluent::PluginHelper::Server::EventHandler::TCPServer

def on_writable

def on_writable
  super
  close if @close_after_write_complete
end