diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 12:31:12 +0000 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 12:31:12 +0000 | 
| commit | 419bcf9d6003bd8ddc484fa1f14c5dde1e97e9bf (patch) | |
| tree | baace535bbf49957ba734f30069c56916388ebd7 | |
| parent | d415327bd7ae56c57ba24a18af9a402e74138b0e (diff) | |
urldata.h: Fixed comment for opt_no_body variable
Corrected comment for opt_no_body variable to CURLOPT_NOBODY.
| -rw-r--r-- | lib/urldata.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/urldata.h b/lib/urldata.h index dd592521a..3e668badd 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 | 
