This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 9f175cd290 Fix merge issue from PR #11857 (#11894)
9f175cd290 is described below
commit 9f175cd290c28e48b23e8fde835fdb95dde4d5b9
Author: Chris McFarlen <[email protected]>
AuthorDate: Thu Dec 5 09:22:15 2024 -0600
Fix merge issue from PR #11857 (#11894)
---
src/mgmt/rpc/server/IPCSocketServer.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mgmt/rpc/server/IPCSocketServer.cc
b/src/mgmt/rpc/server/IPCSocketServer.cc
index 9e0ec7cbf8..efdaee57fa 100644
--- a/src/mgmt/rpc/server/IPCSocketServer.cc
+++ b/src/mgmt/rpc/server/IPCSocketServer.cc
@@ -46,8 +46,7 @@
namespace
{
-constexpr size_t MAX_REQUEST_BUFFER_SIZE{32000};
-DbgCtl dbg_ctl{"rpc.net"};
+DbgCtl dbg_ctl{"rpc.net"};
// Quick check for errors(base on the errno);
bool check_for_transient_errors();