f643a58d32

Main thing is the addition of a Queue between reading from the backend server's httplib.Response and the frontend client's webob.Response, allowing timeouts on either end to tear down the sockets. Also, Connection: close headers were added to backend requests since we only ever do one request per connection; this will tear down those connections more quickly after the request is complete. Finally, the eventlet.wsgi.WRITE_TIMEOUT is set in case the Eventlet version supports it, timing out writes to client connections if they take too long to read. Change-Id: I18c7559442cf17a47ff30690ffc75010a7f003c4
Swift ----- A distributed object store that was originally developed as the basis for Rackspace's Cloud Files. To build documentation run `python setup.py build_sphinx`, and then browse to /doc/build/html/index.html. The best place to get started is the "SAIO - Swift All In One", which will walk you through setting up a development cluster of Swift in a VM. For more information, visit us at http://launchpad.net/swift, or come hang out on our IRC channel, #openstack on freenode. -- Swift Development Team
Description
Languages
Python
99.6%
JavaScript
0.3%