Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

git: fix goroutine block while pushing a remote #1080

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

jfontan
Copy link
Contributor

@jfontan jfontan commented Mar 1, 2019

On session.ReceivePack error the gororutine doing the encoding got blocked either writing objects to the pipe or sending error to the done channel. The problem did not cause a perceived problem but left blocked goroutines.

On session.ReceivePack error the gororutine doing the encoding got
blocked either writing objects to the pipe or sending error to the done
channel. The problem did not cause a perceived problem but left blocked
goroutines.

Signed-off-by: Javi Fontan <jfontan@gmail.com>
@jfontan jfontan requested review from smola, mcuadros and a team March 1, 2019 14:42
@mcuadros mcuadros merged commit af1e381 into src-d:master Mar 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants