https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Aug 26 18:20:05 2016
New Revision: 1757904
URL: http://svn.apache.org/viewvc?rev=1757904&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
Fix a potential connection leak if the client drops a TLS connection before the
handshake completes.
Modified:
Author: markt
Date: Fri Aug 26 18:18:39 2016
New Revision: 1757903
URL: http://svn.apache.org/viewvc?rev=1757903&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
Fix a potential connection leak if the client drops a TLS connection before the
handshake completes.
Modified:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
--- Comment #6 from Mark Thomas ---
Good news. I've figured out the root cause and there will be a fix in the next
release.
Indirectly, r1746551 was the issue.
The problem occurs for TLS connections when the connection is dropped after the
so
Author: violetagg
Date: Fri Aug 26 15:35:40 2016
New Revision: 1757883
URL: http://svn.apache.org/viewvc?rev=1757883&view=rev
Log:
Introduce a new method SocketWrapperBase.write(boolean, ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tomcat/trunk/java
Author: remm
Date: Fri Aug 26 14:00:33 2016
New Revision: 1757854
URL: http://svn.apache.org/viewvc?rev=1757854&view=rev
Log:
The status should be ERROR, it was probably a cut and paste error.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/ut
Author: remm
Date: Fri Aug 26 13:58:33 2016
New Revision: 1757853
URL: http://svn.apache.org/viewvc?rev=1757853&view=rev
Log:
Looking at things after reading the comment in BZ60035. The status should be
ERROR, it was probably a cut and paste error.
Modified:
tomcat/trunk/java/org/apache/tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
--- Comment #5 from Mark Thomas ---
I think I have been able to reproduce this:
- Run Tomcat on machine 1
- Run abs test on machine 2
- Disable network on machine 1
Often, but not always, this leaves sockets open. I've searched through the
co
Hi Remy,
2016-08-26 15:06 GMT+03:00 Rémy Maucherat :
>
> 2016-08-26 12:23 GMT+02:00 :
>
> > Author: violetagg
> > Date: Fri Aug 26 10:23:15 2016
> > New Revision: 1757813
> >
> > URL: http://svn.apache.org/viewvc?rev=1757813&view=rev
> > Log:
> > Introduce a new method SocketWrapperBase.doWrite(bo
2016-08-26 12:23 GMT+02:00 :
> Author: violetagg
> Date: Fri Aug 26 10:23:15 2016
> New Revision: 1757813
>
> URL: http://svn.apache.org/viewvc?rev=1757813&view=rev
> Log:
> Introduce a new method SocketWrapperBase.doWrite(boolean, ByteBuffer)
>
> Modified:
> tomcat/trunk/java/org/apache/tomca
Author: violetagg
Date: Fri Aug 26 10:23:15 2016
New Revision: 1757813
URL: http://svn.apache.org/viewvc?rev=1757813&view=rev
Log:
Introduce a new method SocketWrapperBase.doWrite(boolean, ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/jav
https://bz.apache.org/bugzilla/show_bug.cgi?id=60033
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
Author: violetagg
Date: Fri Aug 26 09:10:46 2016
New Revision: 1757799
URL: http://svn.apache.org/viewvc?rev=1757799&view=rev
Log:
Introduce a new method SocketWrapperBase.addToBuffers(ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
Modified: tomcat/
https://bz.apache.org/bugzilla/show_bug.cgi?id=60033
Olivier Peyrusse changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
Author: violetagg
Date: Fri Aug 26 08:12:23 2016
New Revision: 1757790
URL: http://svn.apache.org/viewvc?rev=1757790&view=rev
Log:
Format the code. No functional changes.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
Modified: tomcat/trunk/java/org/apache/tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
--- Comment #4 from Mark Thomas ---
I've reviewed the changes and I don't see anything problematic yet. There is
what looks like a single fd leak on first use that I want to track down but
that is unlikely to be related to this issue.
Given th
16 matches
Mail list logo