Browse Source

http_async_client: Fix minor avp doc typo (http_err)

Giacomo Vacca 9 năm trước cách đây
mục cha
commit
250ff7e7e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/http_async_client/doc/http_async_client_admin.xml

+ 1 - 1
modules/http_async_client/doc/http_async_client_admin.xml

@@ -340,7 +340,7 @@ route[HTTP_REPLY] {
         xlog("L_INFO", "route[HTTP_REPLY]: status $http_rs\n");
         xlog("L_INFO", "route[HTTP_REPLY]: body   $http_rb\n");
     } else {
-        xlog("L_INFO", "route[HTTP_REPLY]: error  $http_error)\n");
+        xlog("L_INFO", "route[HTTP_REPLY]: error  $http_err)\n");
     }
 }
 ...