コード例 #1
0
ファイル: http.py プロジェクト: PaixuAabuizia/leap_pycommon
 def _finishResponse(self, rest):
     """
     Cancel the timeout when finished receiving the response.
     """
     self._cancelTimeout()
     HTTP11ClientProtocol._finishResponse(self, rest)
コード例 #2
0
ファイル: http.py プロジェクト: prototypefund/leap_pycommon
 def _finishResponse(self, rest):
     """
     Cancel the timeout when finished receiving the response.
     """
     self._cancelTimeout()
     HTTP11ClientProtocol._finishResponse(self, rest)