Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for handling (8.45 sec)

  1. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

            }
            else if ( compound && this.nextCommand == 0 && this.readSize > 0 ) {
                // TODO: only apply this for actual compound chains, or is this correct for single responses, too?
                // 3.2.5.1.9 Handling Compounded Responses
                // The final response in the compounded response chain will have NextCommand equal to 0,
                // and it MUST be processed as an individual message of a size equal to the number of bytes
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Sep 30 10:47:31 GMT 2018
    - 19.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTreeConnection.java

                                request.setPath(dunc);
                            }
                            return loc;
                        }
    
                        // fallthrough to normal handling
                        log.debug("No tree referral but in DFS");
                    }
                    else {
                        log.trace("Not in DFS");
                        return loc;
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
Back to top