Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Nov 2007 21:45:45 +0000 (21:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Nov 2007 21:45:45 +0000 (21:45 +0000)
commit50feea3eef87f1c07b954ad3020fdb836c7f279f
tree1458929eb07b01267e57bf3d32a066c96e68d0c5
parentca95f58ac0d5c9cc8f56517917af8b83248777f7
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
do_init() and do_complete() which now are called first and last in the DO
function. It simplified the flow in multi.c and the functions got more
sensible names!
lib/file.c
lib/http_chunks.c
lib/multi.c
lib/tftp.c
lib/transfer.c
lib/transfer.h
lib/url.c
lib/urldata.h