jdk-24/test/jdk/java/net/httpclient/http2
2024-11-14 08:54:47 +00:00
..
java.net.http/jdk/internal/net/http/hpack 8283525: http://tools.ietf.org/html/* URLs return 404 2022-04-01 13:26:20 +00:00
BadHeadersTest.java 8303965: java.net.http.HttpClient should reset the stream if response headers contain malformed header fields 2023-03-13 14:24:56 +00:00
BasicTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ConnectionFlowControlTest.java 8343855: HTTP/2 ConnectionWindowUpdateSender may miss some unprocessed DataFrames from closed streams 2024-11-14 08:54:47 +00:00
ConnectionReuseTest.java 8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address 2023-06-07 09:44:14 +00:00
ContinuationFrameTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ErrorTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ExpectContinueResetTest.java 8331513: Tests should not use the "Classpath" exception form of the legal header 2024-05-02 10:46:41 +00:00
FixedThreadPoolTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
H2GoAwayTest.java 8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient 2024-08-14 05:42:14 +00:00
HpackBinaryTestDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackCircularBufferDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackDecoderDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackEncoderDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackHeaderTableDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackHuffmanDriver.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HpackTestHelper.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
IdleConnectionTimeoutTest.java 8301243: java/net/httpclient/http2/IdleConnectionTimeoutTest.java intermittent failure 2023-02-14 09:41:36 +00:00
IdlePooledConnectionTest.java 8312433: HttpClient request fails due to connection being considered idle and closed 2023-07-27 12:14:14 +00:00
ImplicitPushCancel.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
keystore.p12 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
NoBodyTest.java 8301255: Http2Connection may send too many GOAWAY frames 2023-01-30 14:36:36 +00:00
PostPutTest.java 8293786: HttpClient will not send more than 64 kb of data from the 2nd request in http2 2023-05-08 14:49:43 +00:00
ProxyTest2.java 8309527: Improve test proxy performance 2023-06-07 07:51:05 +00:00
PushPromiseContinuation.java 8328286: Enhance HTTP client 2024-10-15 17:04:27 +05:30
RedirectTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ServerPush.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ServerPushWithDiffTypes.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
StreamFlowControlTest.java 8343855: HTTP/2 ConnectionWindowUpdateSender may miss some unprocessed DataFrames from closed streams 2024-11-14 08:54:47 +00:00
Timeout.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TLSConnection.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
TrailingHeadersTest.java 8296410: HttpClient throws java.io.IOException: no statuscode in response for HTTP2 2023-02-13 08:34:45 +00:00
UserInfoTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00