test/jdk/java/net/httpclient/SplitResponseSSLKeepAliveAsync.java
changeset 52121 934969c63223
parent 50681 4254bed3c09d
equal deleted inserted replaced
52120:84fe81feae26 52121:934969c63223
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8087112
    26  * @bug 8087112
    27  * @library /lib/testlibrary
    27  * @library /test/lib
    28  * @build jdk.testlibrary.SimpleSSLContext
    28  * @build jdk.test.lib.net.SimpleSSLContext
    29  * @build MockServer SplitResponse
    29  * @build MockServer SplitResponse
    30  * @run main/othervm
    30  * @run main/othervm
    31  *      -Djdk.internal.httpclient.debug=true
    31  *      -Djdk.internal.httpclient.debug=true
    32  *      -Djdk.httpclient.HttpClient.log=all
    32  *      -Djdk.httpclient.HttpClient.log=all
    33  *      SplitResponse HTTPS connection:KEEP_ALIVE mode:ASYNC
    33  *      SplitResponse HTTPS connection:KEEP_ALIVE mode:ASYNC