comparison src/util.c @ 13367:85b2ba4aa606

[gaim-migrate @ 15740] Follow redirects properly... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 01 Mar 2006 08:15:16 +0000
parents 554575d1f9b5
children 18d5d4018604
comparison
equal deleted inserted replaced
13366:0758db6d46ac 13367:85b2ba4aa606
3140 3140
3141 gaim_debug_info("gaim_url_fetch", "Redirecting to %s\n", new_url); 3141 gaim_debug_info("gaim_url_fetch", "Redirecting to %s\n", new_url);
3142 3142
3143 /* Try again, with this new location. */ 3143 /* Try again, with this new location. */
3144 gaim_url_fetch_request(new_url, full, gfud->user_agent, 3144 gaim_url_fetch_request(new_url, full, gfud->user_agent,
3145 gfud->http11, gfud->request, gfud->include_headers, 3145 gfud->http11, NULL, gfud->include_headers,
3146 gfud->callback, gfud->user_data); 3146 gfud->callback, gfud->user_data);
3147 3147
3148 /* Free up. */ 3148 /* Free up. */
3149 g_free(new_url); 3149 g_free(new_url);
3150 destroy_fetch_url_data(gfud); 3150 destroy_fetch_url_data(gfud);