ab está produciendo un error con apr_socket_recv: conexión rechazada (61)

Estoy probando eventlet y obtengo este error:

~>ab -n 10 -c 1 http://localhost:8090/
This is ApacheBench, Version 2.3 <$Revision: 655654 
~>ab -n 10 -c 1 http://localhost:8090/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)...apr_socket_recv: Connection reset by peer (54)
Total of 2 requests completed
gt; Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient)...apr_socket_recv: Connection reset by peer (54) Total of 2 requests completed

El sitio web funciona en localhost: 8090 / y devuelve 200 OK.

uve el mismo problema con Tomcat, nuevamente el sitio web funcionó bien.

¿Cuál podría ser el problema?

Respuestas a la pregunta(5)

Su respuesta a la pregunta