Konstantin vz'One Enchant
Konstantin vz'One Enchant
Still broken in 1.7.0 :-(
I have same issue :-(
Faced with it too, really annoying because it's not an intuitive and workaround looks very ugly :-(
> @keuko short of writing a custom `HTTPAdapter` (overriding the `send` method) – I don't know. > > I use code such as the following and attach the adapter using...
You must use segments upload for large files (see http://docs.openstack.org/developer/swift/overview_large_objects.html) or cut the file. SwFTP can't do it for you :(
UPD: problem too and for upload one file.
How I see `adjustWindow()` calls from `SSHConnection. ssh_CHANNEL_DATA` http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/conch/ssh/connection.py#L237 It may be possible to change some default values for channel like localWindowSize or similar to avoid calling `adjustWindow()`...