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  <[EMAIL PROTECTED]>
        
               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


Reply via email to