Bugs item #1696048, was opened at 2007-04-07 14:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1696048&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: o_O Tync (o_o_tync)
Assigned to: Daniel Stenberg (bagder)
Summary: cookies , hangs
Initial Comment:
I have found two bugs in curl 7.14.0 behavior
1.
When cookie is set with such details:
Set-Cookie: <...> path=\/; <...>
It's not sent back when CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE are set
2.
<?php
$ch=curl_init('http://myip.ru/');
curl_setopt($ch, CURLOPT_TIMEOUT,3);
curl_setopt($ch, CURLOPT_NOBODY,1);
curl_setopt($ch, CURLOPT_NOBODY,0);
curl_exec($ch);
hangs for three seconds because of CURLOPT_NOBODY is set twice
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1696048&group_id=976
Received on 2007-04-07