mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
Fix write after close on http response
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
committed by
Stephen J Day
parent
f1bc0376b8
commit
12d83e727d
@@ -111,6 +111,7 @@ func (o *Output) Close() error {
|
||||
}
|
||||
}
|
||||
o.tasks.Wait()
|
||||
o.dests = nil
|
||||
return firstErr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user