Comment 12 for bug 1371022

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/204700
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=46538cd85cc9e30e724034eb046d4957d6ba4e59
Submitter: Jenkins
Branch: master

commit 46538cd85cc9e30e724034eb046d4957d6ba4e59
Author: Valeriy Ponomaryov <email address hidden>
Date: Wed Jul 22 20:23:19 2015 +0300

    Add client_socket_timeout option to manila.wsgi.Server

    Add a parameter to take advantage of the eventlet socket timeout behaviour.
    Allows closing idle client connections after a period of time, eg:

    $ time nc localhost 8786
    real 1m0.063s
    Setting 'client_socket_timeout = 0' means do not timeout.

    This is port of Cinder change - [1]

    [1] If492810a2f10fa5954f8c8bb708b14be0b77fb90

    DocImpact
    Closes-bug: #1371022

    Change-Id: I1da2a108c89ab292f9de66fce9cdc211ff5391a0