https://issues.apache.org/bugzilla/show_bug.cgi?id=48166
Summary: connectionTimeout property of sever.xml doesnt work as expected Product: Tomcat 5 Version: 5.5.23 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: Connector:HTTP AssignedTo: dev@tomcat.apache.org ReportedBy: vichi...@gmail.com connectionTimeout property of sever.xml doesnt work as expected:- connection dosent close even after the time limit(20000 milli-secomnds) expired. to test this i deployed a servlet, in tomcat sever, servlet has Thread.sleep(70000) in code. i am expecting "connection closed error" but still after 70000 milli-seconds i got response back. Ideally tomcat should close the connection after 20000 miliseconds if response doesnt come. please not servlet is deployed in stand alone tomcat sever thanks, -vichitra -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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