##// END OF EJS Templates
wireprotov2: handle noop action...
Gregory Szorc -
r40169:cfeba1aa default
parent child Browse files
Show More
@@ -325,6 +325,8 b' class clienthandler(object):'
325 325 raise e
326 326
327 327 return
328 elif action == 'noop':
329 return
328 330
329 331 if frame.requestid not in self._requests:
330 332 raise error.ProgrammingError(
General Comments 0
You need to be logged in to leave comments. Login now