aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-30 12:08:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-30 12:08:18 +0000
commitdf750c236c1ffb46d7aa1aade689626f6792b053 (patch)
tree099312e8e1376016fa5abe5e2de7337e3d3946b2 /lib/urldata.h
parent154c9bc3b88703316b1ff5c6c2230b41718d6c43 (diff)
Somewhat crude attempt at fixing the test 91 failures. I commit this now
so that the automatic testing hosts will test these changes over the weekend.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f4a923817..49a38dfb2 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -563,6 +563,8 @@ struct connectdata {
single requests! */
struct ntlmdata proxyntlm; /* NTLM data for proxy */
+ int sockerror; /* errno stored by Curl_read() if the underlying layer returns
+ error */
#ifdef USE_ARES
/* data used for the asynch name resolve callback */
struct Curl_async async;