mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
urldata.h: Corrected comment for httpcode which is also populated by SMTP
As of 7.25.0 and commit 5430007222
.
This commit is contained in:
parent
d6bf400e9f
commit
670802bd0b
@ -1104,7 +1104,7 @@ struct connectdata {
|
|||||||
* Struct to keep statistical and informational data.
|
* Struct to keep statistical and informational data.
|
||||||
*/
|
*/
|
||||||
struct PureInfo {
|
struct PureInfo {
|
||||||
int httpcode; /* Recent HTTP, FTP, or RTSP response code */
|
int httpcode; /* Recent HTTP, FTP, RTSP or SMTP response code */
|
||||||
int httpproxycode; /* response code from proxy when received separate */
|
int httpproxycode; /* response code from proxy when received separate */
|
||||||
int httpversion; /* the http version number X.Y = X*10+Y */
|
int httpversion; /* the http version number X.Y = X*10+Y */
|
||||||
long filetime; /* If requested, this is might get set. Set to -1 if the time
|
long filetime; /* If requested, this is might get set. Set to -1 if the time
|
||||||
|
Loading…
Reference in New Issue
Block a user