зеркало из https://github.com/microsoft/git.git
Merge branch 'sp/fix-smart-http-deadlock-on-error' into maint
* sp/fix-smart-http-deadlock-on-error: smart-http: Don't deadlock on server failure
This commit is contained in:
Коммит
0a4139b5f2
|
@ -528,11 +528,12 @@ static int rpc_service(struct rpc_state *rpc, struct discovery *heads)
|
|||
rpc->len = n;
|
||||
err |= post_rpc(rpc);
|
||||
}
|
||||
strbuf_read(&rpc->result, client.out, 0);
|
||||
|
||||
close(client.in);
|
||||
close(client.out);
|
||||
client.in = -1;
|
||||
strbuf_read(&rpc->result, client.out, 0);
|
||||
|
||||
close(client.out);
|
||||
client.out = -1;
|
||||
|
||||
err |= finish_command(&client);
|
||||
|
|
Загрузка…
Ссылка в новой задаче