]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR classpath/31302 (Exception in SSLSocketImpl)
authorCasey Marshall <csm@gnu.org>
Wed, 28 Mar 2007 01:02:10 +0000 (01:02 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 28 Mar 2007 01:02:10 +0000 (01:02 +0000)
commit82f1c4b5fa00d766dfbcc089b2d23663cc96cb96
treef72f4295961798c4555c9a1fc23156c72bd0e80d
parentf70ddc12ecc259e863ca60ce364528fa387da531
re PR classpath/31302 (Exception in SSLSocketImpl)

2007-03-27  Casey Marshall  <csm@gnu.org>

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'.

From-SVN: r123285
libjava/classpath/ChangeLog
libjava/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java
libjava/classpath/lib/gnu/javax/net/ssl/provider/SSLSocketImpl.class