You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by sv...@apache.org on 2021/05/17 20:22:49 UTC

svn commit: r1889971 - /httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html

Author: svn-site-role
Date: Mon May 17 20:22:49 2021
New Revision: 1889971

URL: http://svn.apache.org/viewvc?rev=1889971&view=rev
Log:
Site checkin for project Apache HttpComponents WebSite

Modified:
    httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html

Modified: httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html?rev=1889971&r1=1889970&r2=1889971&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html (original)
+++ httpcomponents/site/httpcomponents-client-5.1.x/migration-guide/migration-to-classic.html Mon May 17 20:22:49 2021
@@ -124,7 +124,7 @@
 </li>
 <li>
 
-<p>Optionally choose a connection pool re-use policy: <code>FILO</code> to re-use as few connections as possible making it possible for connections to become idle and expire; <code>LILO</code> to re-use all connections equally preventing them from becoming idle and expiring.</p>
+<p>Optionally choose a connection pool re-use policy: <code>FILO</code> to re-use as few connections as possible making it possible for connections to become idle and expire; <code>LIFO</code> to re-use all connections equally preventing them from becoming idle and expiring.</p>
 </li>
 </ul>