cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

"Added cookie" before "Set-Cookie" in stderr

From: Piotr Dobrogost <pd_at_curlpp.org>
Date: Thu, 02 Apr 2009 15:50:21 +0200

Hi

In verbose mode curl gives information about cookies it added. That's
ok. What's not so good is that this information precedes information
about header which caused cookie to be set in the first place.

It looks like this:

* Added cookie
DotNetNukeAnonymous="bf56f145-4062-4e9f-8941-fab50199e9b4" for domain
111.111.11.11, path /, expire 1238679668
< Set-Cookie: DotNetNukeAnonymous=bf56f145-4062-4e9f-8941-fab50199e9b4;
expires=Thu, 02-Apr-2009 13:41:08 GMT; path=/; HttpOnly

I think that would be more logical to have these information in reversed
order.

-- 
Piotr Dobrogost
*** curlpp.org - c++ wrapper for libcurl ***
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-04-02

These mail archives are generated by hypermail.

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

File upload with ASP.NET