On Thu, 09 Nov 2006 14:55:58 -0700, "Robert J. Macomber" tbnl@rojoma.com wrote:
There seems to be some small bugs involving header-out. The accessor is documented to take both keywords and strings, but neither works reliably because:
[snip]
Yes, you're absolutely right. Thanks for spotting that. As I said, there were obviously too many (untested) changes at once when I switched from TBNL to Hunchentoot.
Here's a patch which normalizes things so the keys of this alist are always strings and the lookup is always done with strings.
I've changed this a little bit because I prefer that the keys are strings.
Thanks, Edi.