svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r1600109 Log: Refactoring. Switch from a boolean to an Enum for error state so we can differentiate between an error that requires the connection is closed after the current response is completed and an

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 15:25 GMT+04:00 : > Author: markt > Date: Wed Jun 4 11:25:51 2014 > New Revision: 1600109 > > URL: http://svn.apache.org/r1600109 > Log: > Refactoring. > Switch from a boolean to an Enum for error state so we can differentiate > between an error that requires the connection is closed

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Mark Thomas
On 04/06/2014 12:36, Konstantin Kolinko wrote: > 2014-06-04 15:25 GMT+04:00 : >> Author: markt >> Date: Wed Jun 4 11:25:51 2014 >> New Revision: 1600109 >> >> URL: http://svn.apache.org/r1600109 >> Log: >> Refactoring. >> Switch from a boolean to an Enum for error state so we can differentiate >

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 15:47 GMT+04:00 Mark Thomas : > On 04/06/2014 12:36, Konstantin Kolinko wrote: >> 2014-06-04 15:25 GMT+04:00 : >>> Author: markt >>> Date: Wed Jun 4 11:25:51 2014 >>> New Revision: 1600109 >>> >>> URL: http://svn.apache.org/r1600109 >>> Log: >>> Refactoring. >>> Switch from a boolean t

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Mark Thomas
On 04/06/2014 12:57, Konstantin Kolinko wrote: > 2014-06-04 15:47 GMT+04:00 Mark Thomas : >> On 04/06/2014 12:36, Konstantin Kolinko wrote: >>> 2014-06-04 15:25 GMT+04:00 : Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r16001

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 16:52 GMT+04:00 Mark Thomas : > On 04/06/2014 12:57, Konstantin Kolinko wrote: >> 2014-06-04 15:47 GMT+04:00 Mark Thomas : >>> On 04/06/2014 12:36, Konstantin Kolinko wrote: 2014-06-04 15:25 GMT+04:00 : > Author: markt > Date: Wed Jun 4 11:25:51 2014 > New Revision: 16