builder-next: close build context upload on cancel

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2019-08-16 13:39:23 -07:00
parent c9aee96bfd
commit 2c2cd9b86a
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func (h *reqBodyHandler) newRequest(rc io.ReadCloser) (string, func()) {
h.mu.Lock()
delete(h.requests, id)
h.mu.Unlock()
rc.Close()
}
}