Andrew Francis removed the need for/use of MSVC pragmas

This commit is contained in:
Daniel Stenberg 2002-08-26 17:20:29 +00:00
parent 2a3a8848f3
commit 982c5460f0
6 changed files with 15 additions and 15 deletions

View file

@ -552,7 +552,7 @@ CURLcode Curl_http(struct connectdata *conn)
if(data->cookies) {
co = Curl_cookie_getlist(data->cookies,
host, ppath,
conn->protocol&PROT_HTTPS?TRUE:FALSE);
(conn->protocol&PROT_HTTPS?TRUE:FALSE));
}
if (data->change.proxy &&
!data->set.tunnel_thru_httpproxy &&