aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-22 19:38:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-22 19:38:50 +0000
commit74be55a477887a4ac77fef9b088b906dbe174284 (patch)
treeccad07cb96a378caf9232f70d4bbd54dd0257206
parent394832c2d6fc47b10858491193b54e8f573f1fb9 (diff)
Markus F.X.J. Oberhumer's added comment
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index dece629fd..0d4a11a8b 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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;
};