syncing with local edit

This commit is contained in:
Daniel Stenberg
2000-01-10 23:36:14 +00:00
parent 067a75e895
commit 26e8ccc631
15 changed files with 427 additions and 1066 deletions

View File

@@ -176,7 +176,8 @@ struct UrlData {
X509* server_cert;
#endif /* USE_SSLEAY */
long crlf;
struct curl_slist *quote;
struct curl_slist *quote; /* before the transfer */
struct curl_slist *postquote; /* after the transfer */
TimeCond timecondition;
time_t timevalue;