Browse Source

[trac547] add a FIXME comment

Naoki Kambe 14 years ago
parent
commit
3f6620c5ba
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/stats/stats_httpd.py.in

+ 3 - 0
src/bin/stats/stats_httpd.py.in

@@ -261,6 +261,9 @@ class StatsHttpd:
                     (rfd, wfd, xfd) = ([], [], [])
                 else:
                     raise
+            # FIXME: This module can handle only one request at a
+            # time, 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)