From df750c236c1ffb46d7aa1aade689626f6792b053 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Jan 2004 12:08:18 +0000 Subject: 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. --- lib/urldata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3