mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +03:00
Andrew Francis removed the need for/use of MSVC pragmas
This commit is contained in:
parent
2a3a8848f3
commit
982c5460f0
6 changed files with 15 additions and 15 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue