Comment 1 for bug 1529924

Revision history for this message
Ivan Ponomarev (ivanzipfer) wrote :

fix was committed here: https://bugs.launchpad.net/mos/+bug/1521623
 fix was tested on fuel 9.0 with swift client which used - [('transfer-encoding', 'chunked')

$ swift --debug upload test2 test_file

DEBUG:swiftclient:REQ: curl -i http://10.109.6.3:8080/swift/v1/test2/test_file -X PUT -H "X-Auth-Token: gAAAAABWl6wC3fGbCBMmYgEBxN_tQOeInSGMwWBPQamfMVejbcN2xSFn5ap8EjQ1-6Cl3FkE1Bq1wxOkFifrVIqA5qezfkjLIsWy3DYZl67NZBFlwlJys2J7aAZu7d1Y-JwT3I-mcCy9yjQamtkbd4PnOXFa5QzZrOvOReKSJ4AKjR5UJSTfHyM"
DEBUG:swiftclient:RESP STATUS: 201 Created
DEBUG:swiftclient:RESP HEADERS: [('transfer-encoding', 'chunked'), ('server', 'Apache'), ('last-modified', 'Thu, 14 Jan 2016 14:09:07 GMT'), ('etag', 'd41d8cd98f00b204e9800998ecf8427e'), ('x-trans-id', 'tx000000000000000001709-005697ac03-5e8c-default'), ('date', 'Thu, 14 Jan 2016 14:09:07 GMT'), ('content-type', 'text/plain; charset=utf-8')]