curl-library
Cookie fix
From: Jacky Lam <sylam_at_emsoftltd.com>
Date: Mon, 25 Mar 2002 10:28:49 +0800
Received on 2002-03-25
Date: Mon, 25 Mar 2002 10:28:49 +0800
Hi,
Up to libcurl 7.9.5, I cannot login mail.lycos.com successfully. This
is
because the server will send two cookies with the same name, but the domains
are lycos.com and .lycos.com. According to RFC2965 (and my guess...:), I add
the following lines to make it work. Maybe you guys have a better handling
method, just attach the patch here for reference.
Jacky
- text/x-diff attachment: cookic.c.diff