mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
http: remove the p_pragma struct field
unused since 40e8b4e52
(2008)
Closes #11681
This commit is contained in:
parent
8843bef318
commit
be21769cc7
@ -202,8 +202,6 @@ struct HTTP {
|
||||
curl_off_t postsize; /* off_t to handle large file sizes */
|
||||
const char *postdata;
|
||||
|
||||
const char *p_pragma; /* Pragma: string */
|
||||
|
||||
/* For FORM posting */
|
||||
curl_mimepart form;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user