return redirect address for 1302 too
This commit is contained in:
parent
1e96f1ca63
commit
74f99dcf0f
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue