Hacker News new | ask | show | jobs
by kazinator 1368 days ago
A simple fix that would be to intern all valid header names into the keyword package on startup, and then when processing a request, use FIND-SYMBOL against the keyword package rather than INTERN. If that fails, just drop that header.
1 comments

I'd be happy to see a discussion on the issue: https://github.com/edicl/hunchentoot/issues/24