Daniel Fuchs
|
723588a4e7
|
8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started
Reviewed-by: jpai
|
2024-08-29 08:54:02 +00:00 |
|
Darragh Clarke
|
01d03e07c7
|
8324209: Check implementation of Expect: 100-continue in the java.net.http.HttpClient
Reviewed-by: dfuchs, jpai
|
2024-08-20 11:10:18 +00:00 |
|
Daniel Fuchs
|
ddbc0b6a39
|
8338495: Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes"
Reviewed-by: jpai
|
2024-08-16 11:24:40 +00:00 |
|
Daniel Fuchs
|
6169613d9f
|
8336655 : java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: jpai
|
2024-08-15 15:34:08 +00:00 |
|
Jaikiran Pai
|
720b44648b
|
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Reviewed-by: dfuchs
|
2024-08-14 05:42:14 +00:00 |
|
Daniel Fuchs
|
81083a0e10
|
8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out
Reviewed-by: jpai
|
2024-06-12 11:29:58 +00:00 |
|
Daniel Fuchs
|
81ca0ece2e
|
8334028: HttpClient: NPE thrown from assert statement
Reviewed-by: jpai
|
2024-06-12 10:53:08 +00:00 |
|
Daniel Fuchs
|
ec1664e8c9
|
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
Reviewed-by: jpai
|
2024-06-10 12:44:36 +00:00 |
|
Jaikiran Pai
|
2056968777
|
8331513: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dfuchs
|
2024-05-02 10:46:41 +00:00 |
|
Daniel Jeliński
|
e4ed7ced75
|
8331063: Some HttpClient tests don't report leaks
Reviewed-by: dfuchs, vtewari, michaelm
|
2024-04-26 11:01:46 +00:00 |
|
Jaikiran Pai
|
4a11db8b60
|
8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
Reviewed-by: dfuchs
|
2024-04-05 13:30:22 +00:00 |
|
Daniel Fuchs
|
da4dd7c008
|
8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs
Reviewed-by: jpai, djelinski, gli
|
2024-03-13 11:22:40 +00:00 |
|
Jaikiran Pai
|
36246c975b
|
8326233: Utils#copySSLParameters loses needClientAuth Setting
Reviewed-by: djelinski, jjiang, dfuchs
|
2024-02-21 01:26:21 +00:00 |
|
Darragh Clarke
|
9538f5d317
|
8319651: Several network tests ignore vm flags when start java process
Reviewed-by: dfuchs, jpai
|
2024-02-20 16:00:09 +00:00 |
|
Daniel Jeliński
|
95310eab6c
|
8223696: java/net/httpclient/MaxStreams.java failed with didn't finish within the time-out
Reviewed-by: dfuchs
|
2024-01-25 22:01:18 +00:00 |
|
Jaikiran Pai
|
f577385fc8
|
8316738: java/net/httpclient/HttpClientLocalAddrTest.java failed in timeout
Reviewed-by: dfuchs
|
2023-12-08 10:21:07 +00:00 |
|
Conor Cleary
|
bddcd086b7
|
8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn
Reviewed-by: dfuchs, michaelm
|
2023-11-27 08:09:10 +00:00 |
|
Jaikiran Pai
|
099a8f5b2f
|
8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
Co-authored-by: Sergey Zhuravlev <sergey.zhuravlev@gmail.com>
Reviewed-by: dfuchs, djelinski
|
2023-11-21 06:10:47 +00:00 |
|
Conor Cleary
|
3a7525d5c3
|
8309118: HttpClient: Add more tests for 100 ExpectContinue with HTTP/2
Reviewed-by: dfuchs, djelinski
|
2023-10-31 14:45:14 +00:00 |
|
Daniel Fuchs
|
6273ab97dc
|
8317808: HTTP/2 stream cancelImpl may leave subscriber registered
Reviewed-by: michaelm, djelinski
|
2023-10-13 14:35:50 +00:00 |
|
Daniel Fuchs
|
4c5b66dcea
|
8317522: Test logic for BODY_CF in AbstractThrowingSubscribers.java is wrong
Reviewed-by: djelinski
|
2023-10-05 10:44:05 +00:00 |
|
Daniel Fuchs
|
8093563bce
|
8317295: ResponseSubscribers.SubscriberAdapter should call the finisher function asynchronously
Reviewed-by: djelinski
|
2023-10-02 13:06:43 +00:00 |
|
Daniel Fuchs
|
fc98998627
|
8316580: HttpClient with StructuredTaskScope does not close when a task fails
Reviewed-by: djelinski
|
2023-09-28 13:32:38 +00:00 |
|
Daniel Fuchs
|
dc5ca1d379
|
8316031: SSLFlowDelegate should not log from synchronized block
Reviewed-by: djelinski
|
2023-09-15 17:21:27 +00:00 |
|
Daniel Fuchs
|
4f864faf42
|
8314136: Test java/net/httpclient/CancelRequestTest.java failed: WARNING: tracker for HttpClientImpl(42) has outstanding operations
Reviewed-by: jpai
|
2023-09-15 08:30:18 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Darragh Clarke
|
1664e793eb
|
8311792: java/net/httpclient/ResponsePublisher.java fails intermittently with AssertionError: Found some outstanding operations
Reviewed-by: dfuchs, jpai
|
2023-08-28 10:03:42 +00:00 |
|
Vyom Tewari
|
acaab6fd74
|
8306040: HttpResponseInputStream.available() returns 1 on empty stream
Reviewed-by: dfuchs
|
2023-08-24 15:46:44 +00:00 |
|
Jaikiran Pai
|
486c7844f9
|
8312433: HttpClient request fails due to connection being considered idle and closed
Reviewed-by: djelinski
|
2023-07-27 12:14:14 +00:00 |
|
Michael McMahon
|
4ae3d8f2cd
|
8302475: Enhance HTTP client file downloading
Reviewed-by: dfuchs, rhalade
|
2023-07-18 21:17:07 +00:00 |
|
Conor Cleary
|
00ac46c06d
|
8310645: CancelledResponse.java does not use HTTP/2 when testing the HttpClient
Reviewed-by: dfuchs
|
2023-07-05 11:04:10 +00:00 |
|
Jaikiran Pai
|
05e9c41edd
|
8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests
Reviewed-by: dfuchs
|
2023-06-27 11:01:09 +00:00 |
|
Daniel Fuchs
|
99d2a9afa9
|
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
Reviewed-by: djelinski
|
2023-06-20 15:51:43 +00:00 |
|
Daniel Fuchs
|
f8f8bfbea1
|
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
Reviewed-by: djelinski
|
2023-06-19 13:26:26 +00:00 |
|
Jaikiran Pai
|
3ccb3c0e09
|
8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address
Reviewed-by: djelinski, dfuchs
|
2023-06-07 09:44:14 +00:00 |
|
Daniel Jeliński
|
fadcd65018
|
8309527: Improve test proxy performance
Reviewed-by: dfuchs, jpai
|
2023-06-07 07:51:05 +00:00 |
|
Jaikiran Pai
|
ac1597bcc7
|
8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org
Reviewed-by: dfuchs
|
2023-06-04 09:48:11 +00:00 |
|
Daniel Fuchs
|
4aea7dab15
|
8309120: java/net/httpclient/AsyncShutdownNow.java fails intermittently
Reviewed-by: jpai
|
2023-05-31 10:49:20 +00:00 |
|
Daniel Fuchs
|
04b0e785f6
|
8307648: java/net/httpclient/ExpectContinueTest.java timed out
Reviewed-by: djelinski
|
2023-05-30 16:32:11 +00:00 |
|
Daniel Fuchs
|
736b90d54b
|
8308310: HttpClient: Avoid logging or locking from within synchronized blocks
Reviewed-by: jpai
|
2023-05-24 14:23:24 +00:00 |
|
Daniel Fuchs
|
582ddeb2b2
|
8308545: java/net/httpclient/ShutdownNow.java fails with "stream 1 cancelled"
Reviewed-by: jpai
|
2023-05-23 12:02:58 +00:00 |
|
Jaikiran Pai
|
1a6f9810cd
|
8308185: Update Http2TestServerConnection to use SSLSocket.startHandshake()
Reviewed-by: djelinski
|
2023-05-17 10:06:22 +00:00 |
|
Daniel Fuchs
|
72294c5402
|
8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer
Reviewed-by: djelinski, michaelm
|
2023-05-16 09:13:17 +00:00 |
|
Daniel Fuchs
|
9ad38cbeaf
|
8307626: java/net/httpclient/FlowAdapter* tests should close the HttpClient instances
Reviewed-by: aefimov, jpai
|
2023-05-11 16:31:04 +00:00 |
|
Conor Cleary
|
ad90fb6da3
|
8293786: HttpClient will not send more than 64 kb of data from the 2nd request in http2
Reviewed-by: dfuchs, djelinski
|
2023-05-08 14:49:43 +00:00 |
|
Daniel Fuchs
|
41d58533ac
|
8306940: test/jdk/java/net/httpclient/XxxxInURI.java should call HttpClient::close
Reviewed-by: jpai, djelinski
|
2023-04-27 08:25:40 +00:00 |
|
Daniel Fuchs
|
98e8616a0c
|
8301169: java/net/httpclient/ThrowingSubscribersAsInputStream.java,ThrowingSubscribersAsInputStreamAsync.java, and other httpclient tests failing on windows: Unable to establish loopback connection
Reviewed-by: aefimov, djelinski
|
2023-04-25 15:48:12 +00:00 |
|
Daniel Fuchs
|
90b4006bce
|
8305847: Improve diagnosability and resilience of HttpClient::close tests
Reviewed-by: jpai, djelinski
|
2023-04-13 15:27:45 +00:00 |
|
Jaikiran Pai
|
646b666a26
|
8305900: Use loopback IP addresses in security policy files of httpclient tests
Reviewed-by: dfuchs
|
2023-04-13 09:41:01 +00:00 |
|
Daniel Fuchs
|
6580c4e631
|
8267140: Support closing the HttpClient by making it auto-closable
Reviewed-by: jpai
|
2023-04-06 10:05:20 +00:00 |
|