Skip to content

Commit

Permalink
Adjusting the indentation according to 11u.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanalla committed Feb 27, 2024
1 parent 4aa85b8 commit a78d9dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jdk/src/share/classes/java/net/doc-files/net-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ <H2>Misc HTTP properties</H2>
maximum number of idle connections that will be simultaneously kept
alive, per destination.</P>
<LI><P><B>http.keepAlive.time.server</B> and
<B>http.keepAlive.time.proxy</B> </P>
<B>http.keepAlive.time.proxy</B> </P>
<P>These properties modify the behavior of the HTTP keepalive cache in the case
where the server (or proxy) has not specified a keepalive time. If the
property is set in this case, then idle connections will be closed after the
specified number of seconds. If the property is set, and the server does
specify a keepalive time in a "Keep-Alive" response header, then the time specified
by the server is used. If the property is not set and also the server
does not specify a keepalive time, then connections are kept alive for an
implementation defined time, assuming {@code http.keepAlive} is {@code true}.</P>
where the server (or proxy) has not specified a keepalive time. If the
property is set in this case, then idle connections will be closed after the
specified number of seconds. If the property is set, and the server does
specify a keepalive time in a "Keep-Alive" response header, then the time specified
by the server is used. If the property is not set and also the server
does not specify a keepalive time, then connections are kept alive for an
implementation defined time, assuming {@code http.keepAlive} is {@code true}.</P>
<LI><P><B>http.maxRedirects</B> (default: 20)<BR>
This integer value determines the maximum number, for a given request,
of HTTP redirects that will be automatically followed by the
Expand Down

0 comments on commit a78d9dc

Please sign in to comment.