projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394832c
)
Markus F.X.J. Oberhumer's added comment
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 22 Aug 2002 19:38:50 +0000
(19:38 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 22 Aug 2002 19:38:50 +0000
(19:38 +0000)
lib/urldata.h
patch
|
blob
|
history
diff --git
a/lib/urldata.h
b/lib/urldata.h
index dece629fdaa798fcfe1cd1997746e863ad974c21..0d4a11a8b2fbc044a63666c56bf268caac5c62d6 100644
(file)
--- 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;
};