aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-03 21:45:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-03 21:45:12 +0000
commitfc9e0d2249c126ccc8688c19bdf64c782778d6ab (patch)
treec25ce25784c946ed10c6aab6061a2e01676dbed0 /tests/data/Makefile.am
parent21a0f09081e4f64f27de576621ce921505eb43b4 (diff)
- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240). The problem was that when libcurl rewound a stream meant for upload when it would prepare for a second request, it could accidentally continue the sending of the rewound data on the first request instead of on the second. Ben also provided test case 1030 that verifies this fix.
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 7459c3e9a..fe1f2b101 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -50,7 +50,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \
test1021 test1022 test1023 test309 test616 test617 test618 test619 \
test620 test621 test622 test623 test624 test625 test626 test627 test554 \
- test1024 test1025 test555 test1026 test1027 test1028 test1029
+ test1024 test1025 test555 test1026 test1027 test1028 test1029 test1030
filecheck:
@mkdir test-place; \