docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

fix: raise exception from chunked responses

Open sidhujus opened this issue 1 year ago • 0 comments

https://github.com/docker/docker-py/issues/3108

Currently the low level build call will not raise exceptions when reading chunked responses. This results in the call incorrectly succeeding on mac machines, but correctly throwing an error on linux machines. Adding this method call here ensures that an exception will be raised for chunked responses.

sidhujus avatar Feb 17 '24 00:02 sidhujus