]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* include/ap_socache.h: Update comment only, to remove reference to
authorJoe Orton <jorton@apache.org>
Wed, 22 Nov 2023 09:03:34 +0000 (09:03 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 22 Nov 2023 09:03:34 +0000 (09:03 +0000)
  session cache. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914035 13f79535-47bb-0310-9956-ffa450edef68

include/ap_socache.h

index e404d2d4631eb7a6ce371dd31b1b56676ea96038..5721edc0134948c5ad8d8a1488f1135fdfaeb263 100644 (file)
@@ -94,9 +94,10 @@ typedef struct ap_socache_provider_t {
     unsigned int flags;
 
     /**
-     * Create a session cache based on the given configuration string.
-     * The instance pointer returned in the instance parameter will be
-     * passed as the first argument to subsequent invocations.
+     * Create a small object cache based on the given configuration
+     * string.  The instance pointer returned in the instance
+     * parameter will be passed as the first argument to subsequent
+     * invocations.
      *
      * @param instance Output parameter to which instance object is written.
      * @param arg User-specified configuration string.  May be NULL to