diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-08-20 20:20:32 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-08-20 20:20:32 +0100 |
commit | 670802bd0b88e81490d21accc423957b5dafeffc (patch) | |
tree | f2d7cbc39f072709e043e23981936ec988bc4c20 | |
parent | d6bf400e9f9480509c7356b814842477563a87e4 (diff) |
urldata.h: Corrected comment for httpcode which is also populated by SMTP
As of 7.25.0 and commit 5430007222.
-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 3cf7ed9b2..e6365be3c 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1104,7 +1104,7 @@ struct connectdata { * Struct to keep statistical and informational data. */ 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 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 |