Hello.

There is a minor bug in set_header function from mod_neko library.
It should be case-insensitive, but when trying to modify header that
is predefined by default it requires exact capitalisation to work,
i.e.

   $loader.loadprim("[EMAIL PROTECTED]",2)("Content-Type","text/plain");
does what's expected and

   $loader.loadprim("[EMAIL PROTECTED]",2)("Content-type","text/plain");
does exactly nothing.

I'm using neko 1.6.0 and mod_neko2 from latest debian sid amd64 packages.
Problem does not arise when using nekotools server.

Kacper Gutowski.

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to