Comment 5 for bug 1546506

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

Reviewed: https://review.openstack.org/281278
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=21d139d441f9e43b35b2b96d05e962dff9a690a1
Submitter: Jenkins
Branch: master

commit 21d139d441f9e43b35b2b96d05e962dff9a690a1
Author: Jakub Libosvar <email address hidden>
Date: Wed Feb 17 13:35:25 2016 +0000

    Don't disable Nagle algorithm in HttpProtocol

    0.18.3 evenlet by default disables Nagle algorithm for sockets using
    http protocol [1]. It brought a regression to eventlet [2] and this
    patch adds workaround that doesn't disable the algorithm.

    [1] https://github.com/eventlet/eventlet/commit/40714b1ffadd47b315ca07f9b85009448f0fe63d
    [2] https://github.com/eventlet/eventlet/issues/301

    Change-Id: I79a8583a5fe9812b6609bd4df5623f13c3b81df5
    Closes-bug: 1546506