Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1295 struct UrlState { struct1297 struct conncache *conn_cache;1299 int retrycount; /* number of retries on a new connection */1302 struct curltime keeps_speed; /* for the progress meter really */1304 long lastconnect_id; /* The last connection, -1 if undefined */1305 struct dynbuf headerb; /* buffer to store headers in */1307 char *buffer; /* download buffer */1308 char *ulbuf; /* allocated upload buffer or NULL */1309 curl_off_t current_speed; /* the ProgressShow() function sets this,1311 char *first_host; /* host name of the first (not followed) request.[all …]