Browse Source

[trac547] Comment update

Michal 'vorner' Vaner 14 years ago
parent
commit
7b1677584c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/stats/stats_httpd.py.in

+ 3 - 2
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)