mirror of
https://github.com/curl/curl.git
synced 2026-04-27 01:12:12 +03:00
urldata.h: Fixed comment for opt_no_body variable
Corrected comment for opt_no_body variable to CURLOPT_NOBODY.
This commit is contained in:
parent
d415327bd7
commit
419bcf9d60
1 changed files with 1 additions and 1 deletions
|
|
@ -1532,7 +1532,7 @@ struct UserDefined {
|
|||
bool include_header; /* include received protocol headers in data output */
|
||||
bool http_set_referer; /* is a custom referer used */
|
||||
bool http_auto_referer; /* set "correct" referer when following location: */
|
||||
bool opt_no_body; /* as set with CURLOPT_NO_BODY */
|
||||
bool opt_no_body; /* as set with CURLOPT_NOBODY */
|
||||
bool set_port; /* custom port number used */
|
||||
bool upload; /* upload request */
|
||||
enum CURL_NETRC_OPTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue