]> git.ipfire.org Git - thirdparty/git.git/commit
remote-curl.c: fix rpc_out()
authorTay Ray Chuan <rctay89@gmail.com>
Tue, 24 Nov 2009 02:31:30 +0000 (10:31 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Nov 2009 05:25:55 +0000 (21:25 -0800)
commit483106089aea7ad856b7f940e20db254b08bad81
treee6b1a86c0966913dfbf7d2c32b33897abd271a1f
parent4fa80cf0e07daa72361cd193fd88927be710c2e6
remote-curl.c: fix rpc_out()

Remove the extraneous semicolon (';') at the end of the if statement
that allowed the code in its block to execute regardless of the
condition.

This fixes pushing to a smart http backend with chunked encoding.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c