mirror of
https://github.com/curl/curl.git
synced 2026-08-01 10:28:06 +03:00
http: remove the p_pragma struct field
unused since 40e8b4e52 (2008)
Closes #11681
This commit is contained in:
parent
8843bef318
commit
be21769cc7
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue