Force closing this connection and freeing native_buffer_event

Property definitions

libevent $ Connection :: force_close
	# Force closing this connection and freeing `native_buffer_event`
	fun force_close
	do
		if closed then return

		native_buffer_event.free
		closed = true
	end
lib/libevent/libevent.nit:177,2--184,4