Markus F.X.J. Oberhumer's added comment
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Aug 2002 19:38:50 +0000 (19:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Aug 2002 19:38:50 +0000 (19:38 +0000)
lib/urldata.h

index dece629fdaa798fcfe1cd1997746e863ad974c21..0d4a11a8b2fbc044a63666c56bf268caac5c62d6 100644 (file)
@@ -677,7 +677,7 @@ struct UserDefined {
   bool reuse_fresh;      /* do not re-use an existing connection  */
   bool expect100header;  /* TRUE if we added Expect: 100-continue */
   bool ftp_use_epsv;     /* if EPSV is to be attempted or not */
-  bool no_signal;
+  bool no_signal;        /* do not use any signal/alarm handler */
 
   bool global_dns_cache;
 };