Discussion:
[PATCH] Fix of mirror command on lftp-4.4.10
Alexander V. Lukyanov
2013-11-07 10:36:29 UTC
Permalink
On lftp-4.4.10, mirror command seems to have a bug. When I used mirror
command, it became very slow by like following.
After some debugging, I noticed Http::SendArrayInfoRequest() doesn't try
to send the http request.
When called it, mode == ARRAY_INFO && state == RECEIVING_HEADER. I think
check is wrong, and it should send the http request if state ==
RECEIVING_HEADER too.
Thank you! I have fixed the problem slightly differently, by setting
state=CONNECTED before calling Http::SendArrayInfoRequest.

--
Alexander.

Loading...