test/jdk/java/net/httpclient/NoBodyPartOne.java
branchhttp-client-branch
changeset 56093 22d94c4a3641
parent 56092 fd85b2bf2b0d
child 56167 96fa4f49a9ff
equal deleted inserted replaced
56092:fd85b2bf2b0d 56093:22d94c4a3641
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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.
    29  * @build jdk.testlibrary.SimpleSSLContext
    29  * @build jdk.testlibrary.SimpleSSLContext
    30  * @modules java.base/sun.net.www.http
    30  * @modules java.base/sun.net.www.http
    31  *          java.net.http/jdk.internal.net.http.common
    31  *          java.net.http/jdk.internal.net.http.common
    32  *          java.net.http/jdk.internal.net.http.frame
    32  *          java.net.http/jdk.internal.net.http.frame
    33  *          java.net.http/jdk.internal.net.http.hpack
    33  *          java.net.http/jdk.internal.net.http.hpack
    34  * @run testng/othervm -Djdk.internal.httpclient.debug=true -Djdk.httpclient.HttpClient.log=all NoBodyPartOne
    34  * @run testng/othervm
       
    35  *      -Djdk.internal.httpclient.debug=true
       
    36  *      -Djdk.httpclient.HttpClient.log=all
       
    37  *      NoBodyPartOne
    35  */
    38  */
    36 
    39 
    37 import java.net.URI;
    40 import java.net.URI;
    38 import java.nio.file.Files;
    41 import java.nio.file.Files;
    39 import java.nio.file.Path;
    42 import java.nio.file.Path;