Files
python-glanceclient/glanceclient
Sabari Kumar Murugesan e3600ad7be Fix broken-pipe seen in glance-api
When file size is an exact multiple of chunk_size, glance client
is processing EOF in image-data as a chunk and sends to
glance-api. The server treats this as the end of chunked 
transmission and sends a http response.

When the actual last chunk is sent by the 'requests' library, the
server sends a 400 response and tracebacks with broken pipe
as the client has already closed the socket.

Closes-Bug: #1342080
Change-Id: Icdbff838450db1c252ddc919a230a7d3ca16765f
2014-12-22 19:57:46 +00:00
..
2014-12-22 19:57:46 +00:00
2014-10-03 16:26:29 +03:00
2014-12-10 23:21:41 -07:00
2014-01-14 16:40:22 +00:00
2014-07-10 13:22:05 +05:30