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 ||