class Async::IO::TCPSocket

def close

def close
	@stream.flush
	super
end