From 8e3fb8106202e7dd0767b2056bd6ae3952f2691f Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sun, 21 Feb 2016 22:10:27 -0600 Subject: [PATCH] Remove TODO for BufferedConnection, decided to go keep the buffering after getting feedback --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6be6681..932cc64 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,3 @@ * Need PUT example. How? * Rename args.lua to get.lua, so it matches post.lua convention. * How can I test the whole JSON post thing? -* BufferedConnection seems too clever. Simplify by removing the buffering and only providing yielding. Worth it? Will make server slower.