Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 205 (0.21 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http/CallServerInterceptor.kt

            "close".equals(response.header("Connection"), ignoreCase = true)
          ) {
            exchange.noNewExchangesOnConnection()
          }
          if ((code == 204 || code == 205) && response.body.contentLength() > 0L) {
            throw ProtocolException(
              "HTTP $code had non-zero Content-Length: ${response.body.contentLength()}",
            )
          }
          return response
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 6.3K bytes
    - Viewed (1)
  2. docs/changelogs/changelog_2x.md

     *  Fix: Don't log gzipped data in the logging interceptor.
     *  Fix: Don't resolve DNS addresses when connecting through a SOCKS proxy.
     *  Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header.
     *  Fix: Support 204 and 205 'No Content' replies in the logging interceptor.
     *  New: Add `Call.isExecuted()`.
    
    
    ## Version 2.6.0
    
    _2015-11-22_
    
     *  **New Logging Interceptor.** The `logging-interceptor` subproject offers
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 26.6K bytes
    - Viewed (0)
  3. api/go1.11.txt

    pkg debug/elf, const EM_FT32 Machine
    pkg debug/elf, const EM_FX66 = 66
    pkg debug/elf, const EM_FX66 Machine
    pkg debug/elf, const EM_HUANY = 81
    pkg debug/elf, const EM_HUANY Machine
    pkg debug/elf, const EM_INTEL205 = 205
    pkg debug/elf, const EM_INTEL205 Machine
    pkg debug/elf, const EM_INTEL206 = 206
    pkg debug/elf, const EM_INTEL206 Machine
    pkg debug/elf, const EM_INTEL207 = 207
    pkg debug/elf, const EM_INTEL207 Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  4. api/go1.1.txt

    pkg net/http, const StatusRequestTimeout = 408
    pkg net/http, const StatusRequestURITooLong = 414
    pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
    pkg net/http, const StatusResetContent = 205
    pkg net/http, const StatusSeeOther = 303
    pkg net/http, const StatusServiceUnavailable = 503
    pkg net/http, const StatusSwitchingProtocols = 101
    pkg net/http, const StatusTeapot = 418
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 101)
        assertCached(true, 200)
        assertCached(false, 201)
        assertCached(false, 202)
        assertCached(true, 203)
        assertCached(true, 204)
        assertCached(false, 205)
        assertCached(false, 206) // Electing to not cache partial responses
        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
        assertCached(true, 302)
        assertCached(false, 303)
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  6. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

          .assertNoMoreLogs()
      }
    
      @Test
      fun bodyGet204() {
        setLevel(Level.BODY)
        bodyGetNoBody(204)
      }
    
      @Test
      fun bodyGet205() {
        setLevel(Level.BODY)
        bodyGetNoBody(205)
      }
    
      private fun bodyGetNoBody(code: Int) {
        server.enqueue(
          MockResponse.Builder()
            .status("HTTP/1.1 $code No Content")
            .build(),
        )
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Apr 06 09:14:38 GMT 2024
    - 37.6K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    Read more in the [advisory: Content-Type Header ReDoS](https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389).
    
    ### Features
    
    * ✨  Include HTTP 205 in status codes with no body. PR [#10969](https://github.com/tiangolo/fastapi/pull/10969) by [@tiangolo](https://github.com/tiangolo).
    
    ### Refactors
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  8. okhttp/src/test/java/okhttp3/CallTest.kt

      }
    
      @Test
      fun http205WithBodyDisallowed() {
        server.enqueue(
          MockResponse(
            code = 205,
            body = "I'm not even supposed to be here today.",
          ),
        )
        executeSynchronously("/")
          .assertFailure("HTTP 205 had non-zero Content-Length: 39")
      }
    
      @Test
      fun httpWithExcessiveHeaders() {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_C_HDLC = 104 #53466
    pkg syscall (freebsd-riscv64), const DLT_C_HDLC ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_C_HDLC_WITH_DIR = 205 #53466
    pkg syscall (freebsd-riscv64), const DLT_C_HDLC_WITH_DIR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_DBUS = 231 #53466
    pkg syscall (freebsd-riscv64), const DLT_DBUS ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_CHAOS ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC = 104
    pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR = 205
    pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS = 118
    pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top