コード例 #1
0
ファイル: HTTPDownloader.py プロジェクト: norpol/apt-p2p
 def gotInitialLine(self, initialLine):
     self.started = True
     HTTPClientChannelRequest.gotInitialLine(self, initialLine)
コード例 #2
0
ファイル: HTTPDownloader.py プロジェクト: norpol/apt-p2p
 def __init__(self, channel, request, closeAfter):
     HTTPClientChannelRequest.__init__(self, channel, request, closeAfter)
     self.started = False