]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5541-http-push-smart.sh
t5541-http-push: add test for chunked
authorTay Ray Chuan <rctay89@gmail.com>
Wed, 4 May 2011 17:19:50 +0000 (01:19 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 May 2011 20:30:37 +0000 (13:30 -0700)
commit0cc6330d0c29dcba062e909543f6adf6872622ad
treea526d557cc236001d2d19577eb98954bd5b0c750
parentebaaf316ca5b7317a945a1590e8dab4e39932fbb
t5541-http-push: add test for chunked

Trigger the chunked type of pushing for smart HTTP. This can serve as a
regression test for the issue fixed in 1e41827 (http: clear POSTFIELDS
when initializing a slot).

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5541-http-push.sh