Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 1130 (0.14 sec)

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

        enableProtocol(Protocol.HTTP_2)
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131  */
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CallTest.kt

        enableProtocol(Protocol.HTTP_2)
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131  */
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail_HTTPS() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.B.2.txt

       0120; 0121; Case map
       0122; 0123; Case map
       0124; 0125; Case map
       0126; 0127; Case map
       0128; 0129; Case map
       012A; 012B; Case map
       012C; 012D; Case map
       012E; 012F; Case map
       0130; 0069 0307; Case map
       0132; 0133; Case map
       0134; 0135; Case map
       0136; 0137; Case map
       0139; 013A; Case map
       013B; 013C; Case map
       013D; 013E; Case map
       013F; 0140; Case map
       0141; 0142; Case map
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 38.8K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1C95          ; mapped                 ; 10D5          # 11.0 GEORGIAN MTAVRULI CAPITAL LETTER VIN
    1C96          ; mapped                 ; 10D6          # 11.0 GEORGIAN MTAVRULI CAPITAL LETTER ZEN
    1C97          ; mapped                 ; 10D7          # 11.0 GEORGIAN MTAVRULI CAPITAL LETTER TAN
    1C98          ; mapped                 ; 10D8          # 11.0 GEORGIAN MTAVRULI CAPITAL LETTER IN
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  5. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.D.2.txt

       0F85
       0F88-0F8B
       0FBE-0FC5
       0FC7-0FCC
       0FCF
       1000-1021
       1023-1027
       1029-102A
       102C
       1031
       1038
       1040-1057
       10A0-10C5
       10D0-10F8
       10FB
       1100-1159
       115F-11A2
       11A8-11F9
       1200-1206
       1208-1246
       1248
       124A-124D
       1250-1256
       1258
       125A-125D
       1260-1286
       1288
       128A-128D
       1290-12AE
       12B0
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 4.3K bytes
    - Viewed (0)
Back to top