< prev index next >

test/sun/net/www/protocol/http/CloseOptionHeader.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /**
  * @test
  * @bug 6189206
+ * @modules java.base/sun.net.www
  * @run main/othervm -Dhttp.keepAlive=false CloseOptionHeader
  * @summary  HTTP client should set "Connection: close" header in request when keepalive is disabled
  */
 
 import java.net.*;
< prev index next >