This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 16bf30d TS-4909: Throttling based on resident memory backdoor was
renaned to opt.backdoor
16bf30d is described below
commit 16bf30dd3b91e7f1f887b38aea4b81600465c1e3
Author: Bryan Call <[email protected]>
AuthorDate: Sat Oct 15 17:02:27 2016 -0700
TS-4909: Throttling based on resident memory
backdoor was renaned to opt.backdoor
---
iocore/net/UnixNetAccept.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iocore/net/UnixNetAccept.cc b/iocore/net/UnixNetAccept.cc
index b049275..444c827 100644
--- a/iocore/net/UnixNetAccept.cc
+++ b/iocore/net/UnixNetAccept.cc
@@ -240,7 +240,7 @@ NetAccept::do_blocking_accept(EThread *t)
}
// Throttle accepts
- if (!backdoor && (check_net_throttle(ACCEPT, now) || net_memory_throttle))
{
+ if (!opt.backdoor && (check_net_throttle(ACCEPT, now) ||
net_memory_throttle)) {
Debug("net_accept", "Too many connections or too much memory used,
throttling");
check_throttle_warning();
con.close();
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].