##// END OF EJS Templates
httppeer: add TODO about delayed handling of ^C...
Gregory Szorc -
r39468:3c6f7eeb default
parent child Browse files
Show More
@@ -728,6 +728,8 b' class httpv2executor(object):'
728 728 if not self._responsef:
729 729 return
730 730
731 # TODO ^C here may not result in immediate program termination.
732
731 733 try:
732 734 self._responsef.result()
733 735 finally:
General Comments 0
You need to be logged in to leave comments. Login now