From: markt Date: Fri, 17 Jun 2011 08:33:23 +0000 (+0000) Subject: Add missing transition X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7f968555b3ac4073fdd3beeb822255cd85b28104;p=tomcat7.0 Add missing transition git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1136806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/AsyncStateMachine.java b/java/org/apache/coyote/AsyncStateMachine.java index 8665ab147..1160f4a63 100644 --- a/java/org/apache/coyote/AsyncStateMachine.java +++ b/java/org/apache/coyote/AsyncStateMachine.java @@ -49,14 +49,14 @@ import org.apache.tomcat.util.res.StringManager; * DISPATCHING - The dispatch is being processed. * ERROR - Something went wrong. * - * |----------------->---------------| - * | \|/ - * | |----------<----------------ERROR - * | | complete() /|\ | - * | | error()| |postProcess() - * | | | | - * | | postProcess() | \|/ auto - * | | |--------------->DISPATCHED<------------------COMPLETING<----| + * |----------------->--------------| + * | \|/ + * | |----------<---------------ERROR + * | | complete() /|\ |postProcess() + * | | error()| | + * | | | | |--|timeout() + * | | postProcess() | \|/ | \|/ auto + * | | |--------------->DISPATCHED<------------------COMPLETING<----| * | | | /|\ | | /|\ | * | | | |--->-------| | |--| | * | | ^ | |startAsync() timeout() |