edicl / chunga

Portable chunked streams for Common Lisp
https://edicl.github.io/chunga/
Other
24 stars 9 forks source link

adding as-keyword-if-found to avoid potential memory leak #11

Closed daninus14 closed 2 days ago

daninus14 commented 2 days ago

adding as-keyword-if-found to avoid potential memory leak of adding any headers provided by a client to the keyword package. See https://github.com/edicl/hunchentoot/issues/24 and https://github.com/edicl/hunchentoot/pull/234

daninus14 commented 2 days ago

Please take a look at the code since I am implementing it differently than here since it's all internal to chunga and there's no need for the *intern-unsafely*