mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:07:27 +03:00
parent
e0327b2ebb
commit
8f0e0f9dc7
1 changed files with 2 additions and 0 deletions
|
|
@ -693,8 +693,10 @@ struct UrlState {
|
|||
curl_off_t recent_conn_id; /* The most recent connection used, might no
|
||||
* longer exist */
|
||||
struct dynbuf headerb; /* buffer to store headers in */
|
||||
#ifndef CURL_DISABLE_HSTS
|
||||
struct curl_slist *hstslist; /* list of HSTS files set by
|
||||
curl_easy_setopt(HSTS) calls */
|
||||
#endif
|
||||
curl_off_t current_speed; /* the ProgressShow() function sets this,
|
||||
bytes / second */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue