Re: [Twisted-Python] Announcing Twisted 10.1.0pre2!

2010-09-25 Thread exarkun
On 11 Sep, 11:18 pm, the...@free.fr wrote: It's this time of the year again! From the dangerous and intrepid land of Montr�al, Canada, I have the pleasure to announce the first 10.2.0 pre-release. Tarballs for Twisted 10.2.0pre1 are now available at: http://people.canonical.com/~therve/Twisted/

[Twisted-Python] Weekly Bug Summary

2010-09-25 Thread exarkun
Bug summary __ Summary for 2010-09-19 through 2010-09-26 Opened Closed Total Change Enhancements: 2 0658 +2 Defects: 0 1509 -1 Tasks: 0 0 7

[Twisted-Python] how to abort a Protocol connection

2010-09-25 Thread Weikai Xie
Folks, I have a usage case where the server need to abort a client TCP connection (implemented by Protocol) immediately. However, the normal Protocol.transport.loseConnection() will try to send pending data to the client first before close the connection. Currently I used an ugly hack to wo