From 74f99dcf0fded234c6a0062b1c36d6ec93d18e34 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 5 Nov 2002 21:30:49 +0000 Subject: [PATCH] return redirect address for 1302 too --- panda/src/downloader/httpChannel.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index 6a5e0147a7..c0f82660cf 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/panda/src/downloader/httpChannel.cxx @@ -791,6 +791,8 @@ run_proxy_reading_header() { return true; } + _redirect = get_header_value("Location"); + _server_response_has_no_body = (get_status_code() / 100 == 1 || get_status_code() == 204 ||