Ticket #2985 defect closed fixed
twisted.web.static.FileTransfer pointlessly uses threadable.synchronized
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | Branch: | branches/unsynchronized-2985 | |
| Author: | exarkun | Launchpad Bug: |
Description
FileTransfer should not bother to pretend to provide a threadsafe API. Synchronizing resumeProducing doesn't actually make it threadsafe to call self.request.write from another thread.
Change History
Note: See
TracTickets for help on using
tickets.
