https://bz.apache.org/bugzilla/show_bug.cgi?id=57592

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Testing the current Tomcat 9 trunk @1660633

Configuration is the same, minus BIO connectors that are not implemented in
trunk.

HTTP:
 8082: Nio,
 8083: Apr,
 8084: Nio2
HTTPS:
 9443: Nio,
 10443: Nio2.
 None for APR.

Using Java 8u31.

HTTP connectors:  response status OK (200). Seeing some EOF exceptions in FINE
logging. The one from APR connectors seems odd.

The JVM crashed when I was trying to access the Nio HTTPS connector, but the
crash is in APR connector code. It tried to process timeout on a keep-alive
request.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to