]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backend ka connection going away is a normal occurance and should not be flagged...
authorBill Stoddard <stoddard@apache.org>
Wed, 14 Jul 2004 20:22:05 +0000 (20:22 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 14 Jul 2004 20:22:05 +0000 (20:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104290 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index 574fb5858d4ed82a9235841bec73ecf229d78481..5acfa906435295591e5fb2f457dd592b918a8c43 100644 (file)
@@ -298,8 +298,8 @@ apr_status_t ap_proxy_http_create_connection(apr_pool_t *p, request_rec *r,
         /* put back old timeout */
         apr_socket_timeout_set(p_conn->sock, current_timeout);
         if ( APR_STATUS_IS_EOF(socket_status) ) {
-            ap_log_error(APLOG_MARK, APLOG_ERR, 0, NULL,
-                         "proxy: HTTP: previous connection is closed");
+            ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL,
+                         "proxy: previous connection is closed, creating a new connection.");
             new = 1;
         }
     }