|
|
|
|
|
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. |
|