mirror of
https://github.com/moby/moby.git
synced 2026-07-21 23:12:13 +00:00
The test was passing previously because the preamble was already buffered. After the change to return Scanner.Err() the final read error on the buffer was no longer being ignored. Signed-off-by: Daniel Nephin <dnephin@docker.com>