ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel-ccs
/
txweb2
/
client
/
Filename :
interfaces.pyc
back
Copy
� �t�ac @ s* d d l m Z d e f d � � YZ d S( i����( t Interfacet IHTTPClientManagerc B s2 e Z d Z d � Z d � Z d � Z d � Z RS( s� I coordinate between multiple L{HTTPClientProtocol} objects connected to a single server to facilite request queuing and pipelining. c C s d S( s� Called when the L{HTTPClientProtocol} doesn't want to accept anymore requests. @param proto: The L{HTTPClientProtocol} that is changing state. @type proto: L{HTTPClientProtocol} N( ( t proto( ( s+ /opt/cpanel-ccs/txweb2/client/interfaces.pyt clientBusy"