class Async::HTTP::Protocol::HTTP1::Server

def fail_request(status)

def fail_request(status)
	@persistent = false
	write_response(@version, status, {})
	write_body(@version, nil)
rescue Errno::ECONNRESET, Errno::EPIPE
	# Nothing we can do...
end