Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for CLOSING (0.08 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

                            this.witnessClient = null;
                            this.witnessEnabled = false;
                        } catch (Exception e) {
                            log.debug("Error closing witness client during emergency cleanup", e);
                        }
                    }
    
                    if (this.leaseManager != null) {
                        try {
                            this.leaseManager.shutdown();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        edge-case regression introduced with the events cleanup in 3.14.0.
    
     *  Fix: Provide actionable advice when the exchange is non-null. Prior to 3.14, OkHttp would
        silently leak connections when an interceptor retries without closing the response body. With
        3.14 we detect this problem but the exception was not helpful.
    
    ## Version 3.14.0
    
    _2019-03-14_
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. cmd/xl-storage.go

    	// errors on a previous write(2) operation are reported only on the final close() that releases
    	// the open file descriptor.
    	//
    	// Failing to check the return value when closing a file may lead to silent loss of data.
    	// This can especially be observed with NFS and with disk quota.
    	return w.Close()
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jun 13 11:33:47 UTC 2025
    - 91.7K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbTransportImpl.java

                    if (ssn.getExpiration() != null && ssn.getExpiration() < now && !ssn.isInUse()) {
                        if (log.isDebugEnabled()) {
                            log.debug("Closing session after timeout " + ssn);
                        }
                        ssn.logoff(false, false);
                    }
                }
            }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top