Estoy probando eventlet y recibo este error:
~>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
El sitio web funciona en localhost: 8090 / y devuelve 200 OK.
Tuve el mismo problema con Tomcat, nuevamente, el sitio web funcionó bien.
¿Cuál podría ser el problema?