]> granicus.if.org Git - apache/commitdiff
Update the comment to indicate what the backend request is really used for.
authorGraham Leggett <minfrin@apache.org>
Wed, 5 Jan 2011 09:18:18 +0000 (09:18 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 5 Jan 2011 09:18:18 +0000 (09:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055367 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index a993556d00f54cf511bfd879a7af134c781ce160..dd0c48f83c7bdc735a1acad775ad9fd336481743 100644 (file)
@@ -211,8 +211,8 @@ typedef struct {
 
 typedef struct {
     conn_rec     *connection;
-    request_rec  *r;           /* Request record of the frontend request
-                                * which the backend currently answers. */
+    request_rec  *r;           /* Request record of the backend request
+                                * that is used over the backend connection. */
     proxy_worker *worker;      /* Connection pool this connection belongs to */
     apr_pool_t   *pool;        /* Subpool for hostname and addr data */
     const char   *hostname;