emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 50/119: MAYBE incremental handler calls


From: Eric Schulte
Subject: [elpa] 50/119: MAYBE incremental handler calls
Date: Mon, 10 Mar 2014 16:57:21 +0000

eschulte pushed a commit to branch master
in repository elpa.

commit 4b7e89c680c354e20724a898886b7a30741c71d6
Author: Eric Schulte <address@hidden>
Date:   Tue Dec 31 13:00:47 2013 -0700

    MAYBE incremental handler calls
---
 NOTES |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/NOTES b/NOTES
index 1cf10f4..8fed7ab 100644
--- a/NOTES
+++ b/NOTES
@@ -2,6 +2,18 @@
 
 * Notes
 * Tasks [8/9]
+** 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]