Hi All, I'm tinkering with lighttpd and pylons and having a problem with my response headers being lowercased. response.headers['X-LIGHTTPD-send-file'] = '/Users/kai/Documents/ vimbook-OPL.pdf'
But when I check the headers with wget/curl/firefox the header returned is x-lighttpd-send-file: /Users/kai/Documents/vimbook-OPL.pdf I'm currently digging around in paste and pylons source for an answer. This seems like a bug to me. But the rest of pylons and paste are so well thought out I thought maybe there was a good reason it is so. Thanks, Kai --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
