Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349910 Implement JEP 517: HTTP/3 for the HTTP Client API
  3. JDK-8365802

AsFileDownloadTest should stop using Http2TestServer API - it should use HttpTestServer instead.

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs

      AsFileDownlodaTest uses Http2TestServer to create HTTP/2 server, and HttpTestServer to create HTTP/3 server. This result in code duplication in the HTTP handler - which implements both Http2TestHandler and HttpTestHandler - resulting in code duplication of the handle() methods.

      The test should be updated to use HttpTestServer uniformally, both for HTTP/2 and HTTP/3, which should allow to get rid of the dupliicated code.

            Unassigned Unassigned
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: