Show More
@@ -337,6 +337,11 b' class clienthandler(object):' | |||||
337 | return |
|
337 | return | |
338 | elif action == 'noop': |
|
338 | elif action == 'noop': | |
339 | return |
|
339 | return | |
|
340 | elif action == 'responsedata': | |||
|
341 | # Handled below. | |||
|
342 | pass | |||
|
343 | else: | |||
|
344 | raise error.ProgrammingError('action not handled: %s' % action) | |||
340 |
|
345 | |||
341 | if frame.requestid not in self._requests: |
|
346 | if frame.requestid not in self._requests: | |
342 | raise error.ProgrammingError( |
|
347 | raise error.ProgrammingError( |
General Comments 0
You need to be logged in to leave comments.
Login now