# HG changeset patch # User dfuchs # Date 1567775084 -3600 # Node ID 5aaf53d4fe6389b19ac25c9b2af8695ecedc7a98 # Parent d6e2dbf20eaa4e85525f94ed4d3eff5266fb0d18 8230694: http.keepAlive system property is inconsistently/incorrectly documented Summary: trivially fixed the net-properties.html file Reviewed-by: alanb diff -r d6e2dbf20eaa -r 5aaf53d4fe63 src/java.base/share/classes/java/net/doc-files/net-properties.html --- a/src/java.base/share/classes/java/net/doc-files/net-properties.html Fri Aug 30 09:24:54 2019 +0200 +++ b/src/java.base/share/classes/java/net/doc-files/net-properties.html Fri Sep 06 14:04:44 2019 +0100 @@ -165,7 +165,7 @@ -Dhttp.agent=”foobar” is used, the User-Agent header will contain “foobar Java/1.5.0” if the version of the VM is 1.5.0). This property is checked only once at startup.

-
  • {@systemProperty http.keepalive} (default: true)
    +

  • {@systemProperty http.keepAlive} (default: true)
    Indicates if persistent connections should be supported. They improve performance by allowing the underlying socket connection to be reused for multiple http requests. If this is set to true then persistent