[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/31302] Exception in SSLSocketImpl
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug classpath/31302] Exception in SSLSocketImpl |
Date: |
17 Apr 2007 07:42:53 -0000 |
------- Comment #12 from cvs-commit at developer dot classpath dot org
2007-04-17 08:42 -------
Subject: Bug 31302
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch: classpath-0_95-branch
Changes by: Mark Wielaard <mark> 07/04/17 07:42:24
Modified files:
. : ChangeLog
gnu/javax/net/ssl/provider: SSLSocketImpl.java
Log message:
2007-04-17 Casey Marshall <address@hidden>
PR classpath/31302:
* gnu/javax/net/ssl/provider/SSLSocketImpl.java (SSLSocketImpl):
Always make a new socket.
(bind, connect, getInetAddress, getLocalAddress, getPort,
getLocalPort, getRemoteSocketAddress, getLocalSocketAddress,
setTcpNoDelay, getTcpNoDelay, setSoLinger, getSoLinger,
setOOBInline, getOOBInline, setSoTimeout, getSoTimeout,
setSendBufferSize, getSendBufferSize, setReceiveBufferSize,
getReceiveBufferSize, setKeepAlive, getKeepAlive,
setTrafficClass,
getTrafficClass, setReuseAddress, getReuseAddress, close,
shutdownInput, shutdownOutput, isConnected, isBound, isClosed,
isInputShutdown, isOutputShutdown): Always use
'underlyingSocket'.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_95-branch&r1=1.9222.2.15&r2=1.9222.2.16
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java?cvsroot=classpath&only_with_tag=classpath-0_95-branch&r1=1.2&r2=1.2.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31302