From: Graham Leggett Date: Wed, 5 Jan 2011 09:18:18 +0000 (+0000) Subject: Update the comment to indicate what the backend request is really used for. X-Git-Tag: 2.3.11~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40a2f60a998bfcc824ec81c45eddf0ec213d4635;p=apache Update the comment to indicate what the backend request is really used for. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055367 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index a993556d00..dd0c48f83c 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -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;