]> code.delx.au - gnu-emacs-elpa/blobdiff - NOTES
update link in README
[gnu-emacs-elpa] / NOTES
diff --git a/NOTES b/NOTES
index 1cf10f4ebd803557cfd7cc5e83d4572783fd84a9..2d1a8a232760539b016545be2fd5c2c9dbb268ae 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -1,7 +1,22 @@
                                                            -*- org -*-
 
 * Notes
-* Tasks [8/9]
+* Tasks [8/10]
+** TODO documentation for running in a chroot jail
+see https://wiki.archlinux.org/index.php/nginx#Installation_in_a_chroot
+
+** incremental handler calls
+not sure if the extra performance is worth the added complexity
+
+Before the header is fully parsed, call any potential handlers.
+Include a field in the request object to indicate that the request
+isn't finished being received so handlers can return and wait to be
+called again.
+
+Also, put a catch in the filter function and allow the =headers=
+function on the request object to throw to said catch aborting the
+handler and waiting for the rest of the input.
+
 ** DONE Documentation [6/6]
 - [X] introduction
 - [X] handlers
@@ -16,7 +31,7 @@ Notes to touch upon
 1. read standard for POST data
 2. parse multi-line headers with boundaries
 
-For now keep this all incremental and in ews-filter.
+For now keep this all incremental and in ws-filter.
 
 ** DONE Makefile
 - byte-compile