Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes: #9025
|
|
|
|
|
|
download was being inferred. It's now being set on each and will raise
an error if node is provided. Also removed a duplication on params
variable.
|
|
As it's blocking and Twisted already stored everything on a file.
-- Related: #8809
|
|
-- Related: #8809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes: 9016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was generating spaces, causing split to fail sometimes.
|
|
|
|
Adds a CooperativeTask to stream blobs to client as the transport is
able to handle it, pausing and resuming as necessary.
-- Related: #8809
|
|
First version, still missing consumer/producer model and some tweaks,
but working.
-- Related: #8809
|
|
|
|
|
|
|
|
-- Related: #8809
|
|
twisted.internet.protocol.Factory
|
|
|
|
|
|
Some errors during server startup could leave the server in a zombie
state (running, but not listening). This commit makes sure the server
stops if errors occur during deferreds created on server startup.
Closes #8997.
|