Re: building urls from server responses
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-11-29 05:32:38
|
Hello Robert, Here is the patch file for my latest source: diff -Naru my-source-tree version-547-source-tree > Nov28.patch I've tried to conform to your coding conventions and style. If I've missed anywhere I apologize. Please take a look at the code in load_fsm.c that you referred to, where I call curl_easy_cleanup. You pointed out that I shouldn't call this if the client might be scheduled again. But I think that at the point where this is called, the functions in load_state_func_table have returned CSTATE_ERROR, and I think this means that the client will never be scheduled again even if error_recovery_client is true. I may be wrong ... I'll check the document files tomorrow or Sunday. Thanks, Gary |