branch: externals/plz commit 439fb383d9b7f6a8c6e6d647ea699276114974d7 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Notes: Add idea about finalizers --- notes.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 73afb586dd..d29b4d781d 100644 --- a/notes.org +++ b/notes.org @@ -20,6 +20,15 @@ e.g. =request.el= can leak secrets and other data via the command line and [[htt * Ideas +** TODO Use finalizers to clean up response buffers +:LOGBOOK: +- State "TODO" from [2020-10-30 Fri 12:58] +:END: + ++ [[info:elisp#Finalizer%20Type][info:elisp#Finalizer Type]] + +This might allow us to avoid or delay putting the response body in a string, which could improve performance. + ** Name + =plz=