https://issues.apache.org/bugzilla/show_bug.cgi?id=51197
--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-02-20 01:21:48 UTC --- Created attachment 28356 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28356 test.war - Reproducer for issue in Comment 3 WAR that reproduces the issue. [[[ 127.0.0.1 - - [20/Feb/2012:04:39:53 +0400] "GET /test/asyncErrorServlet?status=404&treaded=true HTTP/1.1" 404 5 ]]] I made a typo while testing it, it should have been s/treaded/threaded/. An odd thing is that I do not see any difference whether "threaded" is true or false. The request takes ~3 seconds to execute regardless of that parameter. [[[ 127.0.0.1 - - [20/Feb/2012:04:16:57 +0400] "GET /asyncErrorServlet HTTP/1.1" 400 5 http-apr-127.0.0.1-auto-32-exec-3 4000 127.0.0.1 - - [20/Feb/2012:04:17:02 +0400] "GET /asyncErrorServlet HTTP/1.1" 400 5 http-apr-127.0.0.1-auto-33-exec-4 4000 ]]] Apparently "5" above was the size. The 4000 is the timing. Why it is 4000 and not 3000 (TIMEOUT)? -- 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