On Thu, Sep 9, 2010 at 2:33 PM, wrote:
> On 09:42 am, petshm...@googlemail.com wrote:
>>Hello,
>>
>>if an error occurs in HTTP11ClientProtocol request method
>>(twisted.web._newclient) then error is stored in
>>RequestGenerationFailed Exception and wrapped in Failure object:
>>
>>
>> def e
On 09:42 am, petshm...@googlemail.com wrote:
>Hello,
>
>if an error occurs in HTTP11ClientProtocol request method
>(twisted.web._newclient) then error is stored in
>RequestGenerationFailed Exception and wrapped in Failure object:
>
>
>def ebRequestWriting(err):
>if self._state =
Hello,
if an error occurs in HTTP11ClientProtocol request method
(twisted.web._newclient) then error is stored in
RequestGenerationFailed Exception and wrapped in Failure object:
def ebRequestWriting(err):
if self._state == 'TRANSMITTING':
self._state = 'GENER