|
@@ -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)
|