Add missing transition
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 17 Jun 2011 08:33:23 +0000 (08:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 17 Jun 2011 08:33:23 +0000 (08:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1136806 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/AsyncStateMachine.java

index 8665ab1..1160f4a 100644 (file)
@@ -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()      |