return redirect address for 1302 too

This commit is contained in:
David Rose 2002-11-05 21:30:49 +00:00
parent 1e96f1ca63
commit 74f99dcf0f
1 changed files with 2 additions and 0 deletions

View File

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