jdk-24/test/jdk/java/net/httpclient
Daniel Fuchs ecde34ee35 8231449: HttpClient’s client ssl certificate authentication seems to be broken
SSLFlowDelegate.Reader and SubscriberWrapper are changed to better cooperate on when more demand should be requested from upstream. The issue encountered in this scenario was triggered by a large certificate which caused the SSLFlowDelegate to stop requesting data from upstream during the handshake although the engine handshake status was NEED_UNWRAP.

Reviewed-by: chegar
2019-10-16 14:50:53 +01:00
..
docs/files 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
examples 8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior 2019-01-25 18:13:25 +00:00
http2 8213296: Fix legal headers in test/jdk/java/net 2018-11-02 16:11:29 +00:00
offline 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
reactivestreams-tck/org/reactivestreams 8226602: Test convenience reactive primitives from java.net.http with RS TCK 2019-07-02 13:25:51 +01:00
reactivestreams-tck-tests 8226602: Test convenience reactive primitives from java.net.http with RS TCK 2019-07-02 13:25:51 +01:00
security 8213189: Make restricted headers in HTTP Client configurable and remove Date by default 2018-11-14 14:23:21 +00:00
ssltest 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
websocket 8217825: Verify @AfterTest is used correctly in WebSocket tests 2019-09-23 16:53:16 +01:00
whitebox 8217705: HttpClient - wrong exception type when bad status line is received 2019-06-14 10:19:04 +05:30
AbstractConnectTimeout.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
AbstractConnectTimeoutHandshake.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
AbstractNoBody.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AbstractThrowingPublishers.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AbstractThrowingPushPromises.java 8230000: some httpclients testng tests run zero test 2019-08-26 14:48:12 +01:00
AbstractThrowingSubscribers.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ALPNFailureTest.java 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available 2019-01-16 19:09:16 +00:00
ALPNProxyFailureTest.java 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available 2019-01-16 19:09:16 +00:00
AsFileDownloadTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AsFileDownloadTest.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AuthSchemesTest.java 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder 2019-03-27 09:06:43 -07:00
BasicAuthTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BasicRedirectTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
BodyProcessorInputStreamTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
BodySubscribersTest.java 8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java 2019-06-18 18:38:53 +01:00
BufferingSubscriberCancelTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BufferingSubscriberErrorCompleteTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BufferingSubscriberTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ByteArrayPublishers.java 8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests 2019-06-28 11:26:07 +01:00
CancelledResponse.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ConcurrentResponses.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ConnectExceptionTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
ConnectTimeoutHandshakeAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutHandshakeSync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutNoProxyAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutNoProxySync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutWithProxyAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutWithProxySync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
CookieHeaderTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
CustomRequestPublisher.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
CustomResponseSubscriber.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
dependent.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DependentActionsTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DependentPromiseActionsTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DigestEchoClient.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DigestEchoClientSSL.java 8212695: Add explicit timeout to several HTTP Client tests 2018-10-22 12:25:31 +01:00
DigestEchoServer.java 8231506: Fix some instabilities in a few networking tests 2019-10-01 12:10:33 +01:00
EchoHandler.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
EncodedCharsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
EscapedOctetsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ExpectContinue.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
FlowAdapterPublisherTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
FlowAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
FlowAdapterSubscriberTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
GZIPInputStreamTest.java 8217264: HttpClient: Blocking operations in mapper function do not work as documented 2019-01-24 12:32:42 +00:00
HandshakeFailureTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HeadersTest1.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HeadersTest2.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HeadersTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HeadTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
HttpClientBuilderTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
HttpEchoHandler.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
HttpHeadersOf.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpInputStreamTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpRequestBuilderTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HttpResponseInputStreamTest.java 8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream 2019-08-08 18:44:11 +01:00
HttpServerAdapters.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpSlowServerTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
HttpsTunnelTest.java 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy 2019-04-18 17:56:46 +01:00
ImmutableFlowItems.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ImmutableHeaders.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
InterruptedBlockingSend.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
InvalidInputStreamSubscriptionRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
InvalidSSLContextTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
InvalidSubscriptionRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
LargeHandshakeTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
LargeResponseContent.java 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder 2019-03-27 09:06:43 -07:00
LargeResponseTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
LightWeightHttpServer.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
LineAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
LineBodyHandlerTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
LineStreamsAndSurrogatesTest.java 8230000: some httpclients testng tests run zero test 2019-08-26 14:48:12 +01:00
LineSubscribersAndSurrogatesTest.java 8230000: some httpclients testng tests run zero test 2019-08-26 14:48:12 +01:00
ManyRequests2.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ManyRequests.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ManyRequestsLegacy.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
MappingResponseSubscriber.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
MaxStreams.java 8217882: java/net/httpclient/MaxStreams.java failed once 2019-01-28 18:49:34 +00:00
MessageHeadersTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
MethodsTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
MockServer.java 8206001: Enable TLS1.3 by default in Http Client 2018-07-04 16:16:24 +01:00
MultiAuthTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
NoBodyPartOne.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
NoBodyPartTwo.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
NonAsciiCharsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
noPermissions.policy 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
PlainProxyConnectionTest.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
ProxyAuthDisabledSchemes.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ProxyAuthDisabledSchemesSSL.java 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy 2019-04-18 17:56:46 +01:00
ProxyAuthTest.java 8213296: Fix legal headers in test/jdk/java/net 2018-11-02 16:11:29 +00:00
ProxyServer.java 8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently 2019-01-29 16:12:12 +00:00
ProxyTest.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
RedirectMethodChange.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RedirectWithCookie.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ReferenceTracker.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
RelayingPublishers.java 8226303: Examine the HttpRequest.BodyPublishers for exception handling 2019-06-18 14:12:06 +01:00
RequestBodyTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RequestBodyTest.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RequestBuilderTest.java 8214014: Remove vestiges of gopher: protocol proxy support 2018-11-28 16:04:36 -05:00
Response204.java Merge 2019-02-08 13:07:44 +00:00
ResponseBodyBeforeError.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ResponsePublisher.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RestrictedHeadersTest.java 8213189: Make restricted headers in HTTP Client configurable and remove Date by default 2018-11-14 14:23:21 +00:00
RetryPost.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
RetryWithCookie.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ServerCloseTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ShortRequestBody.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ShortResponseBody.java 8216498: Confusing and unneeded wrapping of SSLHandshakeException 2019-01-11 14:48:19 +00:00
ShortResponseBodyWithRetry.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SmallTimeout.java 8202423: Small HTTP Client refresh 2018-05-02 02:36:17 -07:00
SmokeTest.java 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 2019-08-13 16:11:28 +01:00
SpecialHeadersTest.java 8218546: Unable to connect to https://google.com using java.net.HttpClient 2019-02-08 11:26:21 +00:00
SplitResponse.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseKeepAlive.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseKeepAliveAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSL.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLKeepAlive.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLKeepAliveAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
StreamingBody.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SubscriberPublisherAPIExceptions.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TEST.properties 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TestKit.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TestKitTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ThrowingPublishersCustomAfterCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersCustomBeforeCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInNextRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInSubscribe.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersIOAfterCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersIOBeforeCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsInputStreamCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsInputStreamIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsLinesCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsLinesIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsStringCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsStringIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsInputStream.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsInputStreamAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsLines.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsLinesAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsString.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsStringAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
TimeoutBasic.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
TimeoutOrdering.java 8202423: Small HTTP Client refresh 2018-05-02 02:36:17 -07:00
UnauthorizedTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
UnknownBodyLengthTest.java 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests 2019-02-27 13:34:40 -08:00
VersionTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ZeroRedirects.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00