[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 --- Comment #3 from Mark Thomas --- I was thinking along the same lines but fixing it in the Adaptor rather than just for NIO. The issue with my fix is that it somewhat abused the error flag (by changing it's meaning to mean "close the conn

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 --- Comment #2 from Filip Hanik --- Thanks for the analysis. Here is what I think will fix it Index: java/org/apache/coyote/http11/Http11NioProcessor.java === --- java/org/ap

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst