mercurial/wireprotov2peer.py
changeset 40134 cfeba1aafb9d
parent 40026 7e807b8a9e56
child 40137 ed4ebbb98ca0
equal deleted inserted replaced
40133:762ef19a07e3 40134:cfeba1aafb9d
   323                 del self._futures[frame.requestid]
   323                 del self._futures[frame.requestid]
   324             else:
   324             else:
   325                 raise e
   325                 raise e
   326 
   326 
   327             return
   327             return
       
   328         elif action == 'noop':
       
   329             return
   328 
   330 
   329         if frame.requestid not in self._requests:
   331         if frame.requestid not in self._requests:
   330             raise error.ProgrammingError(
   332             raise error.ProgrammingError(
   331                 'received frame for unknown request; this is either a bug in '
   333                 'received frame for unknown request; this is either a bug in '
   332                 'the clientreactor not screening for this or this instance was '
   334                 'the clientreactor not screening for this or this instance was '