You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2021/12/21 18:58:36 UTC

[GitHub] [httpd] ylavic opened a new pull request #288: mod_proxy: Bump shared worker name to 384 chars. PR 53218.

ylavic opened a new pull request #288:
URL: https://github.com/apache/httpd/pull/288


   This is a backport of r1896253 compatible with 2.4.x, where we can't change the
   layout/size of the existing proxy_worker_shared fields, to allow for larger
   worker name in <Proxy> and ProxyPass.
   
   This backport adds a "name_ex" field of 384 chars at the end of the struct, the
   existing "name" field is still initialized as before for third-parties that
   might use it but every internal use is replaced by "name_ex".


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] ylavic commented on pull request #288: mod_proxy: Bump shared worker name to 384 chars. PR 53218.

Posted by GitBox <gi...@apache.org>.
ylavic commented on pull request #288:
URL: https://github.com/apache/httpd/pull/288#issuecomment-1060803137


   Merged in d05b8b921997930f1f75b42be4cb27f94859e3a0 (r1898588).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] MarcusSaviour commented on a change in pull request #288: mod_proxy: Bump shared worker name to 384 chars. PR 53218.

Posted by GitBox <gi...@apache.org>.
MarcusSaviour commented on a change in pull request #288:
URL: https://github.com/apache/httpd/pull/288#discussion_r776715631



##########
File path: include/ap_mmn.h
##########
@@ -587,6 +587,7 @@
  * 20120211.120 (2.4.51-dev) Add dav_liveprop_elem structure and
  *                           dav_get_liveprop_element().
  * 20120211.121 (2.4.51-dev) Add ap_post_read_request()
+ * 20120211.122 (2.4.51-dev) Add name_ex to struct proxy_worker_shared

Review comment:
       True

##########
File path: include/ap_mmn.h
##########
@@ -595,7 +596,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20120211
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 121                 /* 0...n */

Review comment:
       true

##########
File path: changes-entries/proxy_shared_name_ex.txt
##########
@@ -0,0 +1 @@
+  *) mod_proxy: Allow for larger worker name.  PR 53218.  [Yann Ylavic]

Review comment:
       True




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org