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.