cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1696048 ] cookies , hangs

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sat, 07 Apr 2007 14:55:40 -0700

Bugs item #1696048, was opened at 2007-04-07 16:06
Message generated for change (Comment added) made by bagder
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: Closed
>Resolution: Out of Date
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

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2007-04-07 23:55

Message:
Logged In: YES
user_id=1110
Originator: NO

Please don't submit two bugs in one report.

7.14.0 is very old. if you can make these problems happen with the latest
version then I'll listen!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1696048&group_id=976
Received on 2007-04-07

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET