Re: [openstack-dev] Glance WSGI File Read Bug (Grizzly)

2014-03-27 Thread Álvaro López García
Hi there. On Tue 17 Dec 2013 (21:23), Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > I was able to pin down the image upload problem today: > > The Store.add file input read loop using chunkreadable throws an error on the > very last read. Apparently the mod_wsgi.Input behaves differen

[openstack-dev] Glance WSGI File Read Bug (Grizzly)

2013-12-17 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
I was able to pin down the image upload problem today: The Store.add file input read loop using chunkreadable throws an error on the very last read. Apparently the mod_wsgi.Input behaves differently than its eventlet counterpart in that it throws an error if the requested data length is greater