BIND 10 trac547-summarized, updated. 7b1677584cd0cc94825741792f9ed66f16029938 [trac547] Comment update
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 20 11:42:28 UTC 2011
The branch, trac547-summarized has been updated
via 7b1677584cd0cc94825741792f9ed66f16029938 (commit)
from dcd582cc0a7d02d69c3c7c28916980f71034f9b2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b1677584cd0cc94825741792f9ed66f16029938
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Apr 20 13:42:08 2011 +0200
[trac547] Comment update
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/stats_httpd.py.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in
index a35ef3d..38f02b3 100644
--- a/src/bin/stats/stats_httpd.py.in
+++ b/src/bin/stats/stats_httpd.py.in
@@ -266,8 +266,9 @@ class StatsHttpd:
else:
raise
# FIXME: This module can handle only one request at a
- # time, but it isn't so big issue for administration
- # purposes.
+ # time. If someone sends only part of the request, we block
+ # waiting for it until we time out.
+ # But it isn't so big issue for administration purposes.
for fd in rfd + xfd:
if fd == self.mccs.get_socket():
self.mccs.check_command(nonblock=False)
More information about the bind10-changes
mailing list