Browse Source

Remove TODO for BufferedConnection, decided to go keep the buffering after getting feedback

Marcos Kirsch 8 years ago
parent
commit
8e3fb81062
1 changed files with 0 additions and 1 deletions
  1. 0 1
      TODO.md

+ 0 - 1
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.