Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 16805880 (0.67 sec)

  1. src/test/java/jcifs/internal/smb2/io/Smb2ReadResponseTest.java

            // When
            int bytesRead = response.readBytesWireFormat(buffer, bodyStart);
    
            // Then
            // When dataLength is 0, it returns max(16, dataOffset + 0 - bodyStart) = max(16, 80) = 80
            assertEquals(80, bytesRead);
            assertEquals(0, response.getDataLength());
            assertEquals(0, response.getDataRemaining());
        }
    
        @Test
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Add GitHub action to auto-label approved PRs (mainly for translations). PR [#1638](https://github.com/tiangolo/fastapi/pull/1638).
    
    ## 0.58.0
    
    * Deep merge OpenAPI responses to preserve all the additional metadata. PR [#1577](https://github.com/tiangolo/fastapi/pull/1577).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top