Comment 0 for bug 1157864

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote : Requests to https server can yield WantReadError

If the glance client is instantiated when the socket module has been monkey patched (eg when inside nova/cinder) requests to the server can yield a WantReadError because the socket has been set to non-blocking but this is not being handled correctly.