* Use iobuffersize set on worker level for the IO buffer size.

PR: 69402
Submitted by: Jari Ahonen <jah@progress.com>
Reviewed by: rpluem


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2024-11-26 13:01:08 +00:00
parent de52fc46c8
commit 584286f25d
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
*) mod_proxy_ajp: Use iobuffersize set on worker level for the IO buffer
size. PR 69402 [Jari Ahonen <jah@progress.com>]