You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2011/12/03 22:51:55 UTC

svn commit: r1210019 - /httpd/httpd/trunk/include/ap_mmn.h

Author: minfrin
Date: Sat Dec  3 21:51:55 2011
New Revision: 1210019

URL: http://svn.apache.org/viewvc?rev=1210019&view=rev
Log:
mod_proxy: Note that proxy_lb_workers was removed from the public API.

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1210019&r1=1210018&r2=1210019&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Sat Dec  3 21:51:55 2011
@@ -381,7 +381,7 @@
  *                         ap_proxy_is_word(), ap_proxy_hex2sec(),
  *                         ap_proxy_sec2hex(), ap_proxy_make_fake_req(),
  *                         ap_proxy_strmatch_path, ap_proxy_strmatch_domain,
- *                         ap_proxy_table_unmerge().
+ *                         ap_proxy_table_unmerge(), proxy_lb_workers.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */