]> granicus.if.org Git - curl/commitdiff
urldata.h: Corrected comment for httpcode which is also populated by SMTP
authorSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 19:20:32 +0000 (20:20 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 19:20:32 +0000 (20:20 +0100)
As of 7.25.0 and commit 5430007222.

lib/urldata.h

index 3cf7ed9b2f4e2e4aa6a323c03ad8c6bfa885041d..e6365be3c866d41a3e233b7da92370af77ad07ff 100644 (file)
@@ -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