Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Route (0.05 sec)

  1. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          expected.assertSuppressed { throwables: List<Throwable>? ->
            assertThat(throwables!!.size).isEqualTo(1)
          }
        }
      }
    
      /**
       * When a pooled connection fails, don't blame the route. Otherwise pooled connection failures can
       * cause unnecessary SSL fallbacks.
       *
       * https://github.com/square/okhttp/issues/515
       */
      @Test
      fun sslFallbackNotUsedWhenRecycledConnectionFails() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    			t.Errorf("Expected response code of StatusMovedPermanently; got %d", code)
    			return
    		}
    	}
    }
    
    // Test that the special cased "/route" redirect
    // implicitly created by a registered "/route/"
    // properly sets the query string in the redirect URL.
    // See Issue 17841.
    func TestServeWithSlashRedirectKeepsQueryString(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top