This commit is contained in:
parent
108986dce7
commit
b6d88a6628
@ -8,9 +8,9 @@ Index: wget-1.19.1/src/http.c
|
|||||||
|
|
||||||
+ if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE)
|
+ if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE)
|
||||||
+ {
|
+ {
|
||||||
+ logputs (LOG_VERBOSE, "hs->restval=%s\n", number_to_string(hs->restval));
|
+ logputs (LOG_VERBOSE, "hs->restval=%s\n", number_to_static_string(hs->restval));
|
||||||
+ logputs (LOG_VERBOSE, "contrange=%s\n", number_to_string(contrange));
|
+ logputs (LOG_VERBOSE, "contrange=%s\n", number_to_static_string(contrange));
|
||||||
+ logputs (LOG_VERBOSE, "contlen=%s\n\n", number_to_string(contlen));
|
+ logputs (LOG_VERBOSE, "contlen=%s\n\n", number_to_static_string(contlen));
|
||||||
+ }
|
+ }
|
||||||
if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE
|
if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE
|
||||||
|| (!opt.timestamping && hs->restval > 0 && statcode == HTTP_STATUS_OK
|
|| (!opt.timestamping && hs->restval > 0 && statcode == HTTP_STATUS_OK
|
||||||
|
Loading…
Reference in New Issue
Block a user