Comment 10 for bug 1371022

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (stable/kilo)

Reviewed: https://review.openstack.org/193607
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=5baf01842c1b4fd723191638f5eb42af05d3af75
Submitter: Jenkins
Branch: stable/kilo

commit 5baf01842c1b4fd723191638f5eb42af05d3af75
Author: Stuart McLaren <email address hidden>
Date: Thu Sep 4 16:00:31 2014 +0000

    Add client_socket_timeout option

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

    $ time nc localhost 9292
    real 1m0.063s

    Setting 'client_socket_timeout = 0' means do not timeout.

    NOTE(mriedem): This patch is not 1:1 cherry-pick, I have changed the
    default value of client_socket_timeout to 0, as per the policy for
    changes to stable branches:
    (https://wiki.openstack.org/wiki/StableBranch#Appropriate_Fixes)

    DocImpact
    Closes-bug: 1371022
    Change-Id: I9e7edcbf25ece61dc16b8cd5a8bef5ed9a14e3d6
    (cherry picked from commit 19bba346ba3a52ebd5a3f83d7ed259d7e8025489)