From f7815fa93ce4bb69fb4b1a3e2d79473b94a647d1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 26 May 2008 20:39:41 +0000 Subject: - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified how the HTTP redirect following code didn't properly follow to a new URL if the new url was but a query string such as "Location: ?moo=foo". Test case 1031 was added to verify this fix. --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 67075ad2f..c88ca2d69 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o internal time differences now use monotonic time source if available o several curl_multi_socket() fixes o builds fine for Haiku OS + o follow redirect with only a new query string This release includes the following known bugs: -- cgit v1.2.3