We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32749c3 + 8d45ad8 commit d5df41cCopy full SHA for d5df41c
t/t5551-http-fetch-smart.sh
@@ -301,11 +301,10 @@ test_expect_success CMDLINE_LIMIT \
301
)
302
'
303
304
-test_expect_success 'large fetch-pack requests can be split across POSTs' '
+test_expect_success 'large fetch-pack requests can be sent using chunked encoding' '
305
GIT_TRACE_CURL=true git -c http.postbuffer=65536 \
306
clone --bare "$HTTPD_URL/smart/repo.git" split.git 2>err &&
307
- grep "^=> Send header: POST" err >posts &&
308
- test_line_count = 2 posts
+ grep "^=> Send header: Transfer-Encoding: chunked" err
309
310
311
test_expect_success 'test allowreachablesha1inwant' '
0 commit comments