1 Feb
2008
1 Feb
'08
11:27 p.m.
On Fri, Feb 01, 2008 at 06:26:56PM +0000, place wrote:
Also, what would you think of me either
- stuffing the "Cookie2: $Version=\"1\"\r\n" header into a_Cookies_get(url)
OK. Basically the same way referer is handled.
or - adding a function to http.c to accomplish the same thing? ...with a_Cookies_get() changed to show a distinction between don't-want-cookies and don't-have-cookies.
I almost never have any cookies enabled, so I'd prefer not to send the Cookie2 header all of the time when I don't want their cookies.
No problem. Leak patch committed. -- Cheers Jorge.-