Comment 3 for bug 1680731

Revision history for this message
clayg (clay-gerrard) wrote :

FWIW no gateway should translate this response to 502 - or any response that returns connection: close at any time (in in fact that may not even be related to this bug).

However, any client or gateway that gets a swift EC GET response tho will see this header and should close the connection - although FIWI I have noticed you *can* pipeline EC get requests just fine - this isn't eventlet.wsgi server setting close and shutting down the socket - it's just a left over backend header. But the semantic is wrong.

We've always returned it too - since when Sam & Paul kicked around the first versions of EC GET on the feature branch till right now as best I can tell.