>>As I already said, I do not think changes to the following two tests >>are warranted. >> >>> diff --git a/t/t5550-http-fetch-dumb.sh b/t/t5550-http-fetch-dumb.sh >>> diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh >Well, after I made some tests, the reason t5551 fail to test what we want is >"if test "$GIT_TEST_PROTOCOL_VERSION" = 2" this statement block the real >test. Fix: '"$GIT_TEST_PROTOCOL_VERSION" = 0' >> >> >>Thanks.