mirror of
https://github.com/moby/moby.git
synced 2026-07-15 20:12:07 +00:00
it's concurrent streams and should be synchronized before writing to response. Otherwise there will be race in writing to *bufio.Writer in net/http.response. Signed-off-by: Alexander Morozov <lk4d4@docker.com>