mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8230694: http.keepAlive system property is inconsistently/incorrectly documented
Trivially fixed the net-properties.html file Reviewed-by: alanb
This commit is contained in:
parent
d7ca08a5cc
commit
5399449a43
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ of proxies.</P>
|
|||
-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.</P>
|
||||
<LI><P><B>{@systemProperty http.keepalive}</B> (default: true)<BR>
|
||||
<LI><P><B>{@systemProperty http.keepAlive}</B> (default: true)<BR>
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue