[Twisted-Python] PB and FilePager

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Tue Jan 3 09:33:17 EST 2012


On 27 Jun 2011, 08:52 pm, jonathan at stoppani.name wrote:
>Hi there,
>
>I encountered a problem while dealing with file transfers using PB and 
>t.s.u.FilePager.

This looks like <http://twistedmatrix.com/trac/ticket/3445> which has 
been open for a while (and is still open).

The fix does seem straight-forward - keep track of the paused/unpaused 
state so new chunks can be written right away.  Note that reversing the 
order of the __init__ and startProducing calls probably isn't the right 
solution, as that would re-introduce 
<http://twistedmatrix.com/trac/ticket/3023>.

Anyone want to take a shot at this ticket?

Jean-Paul



More information about the Twisted-Python mailing list