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

This commit is contained in:
Marcos Kirsch 2016-02-21 22:10:27 -06:00
parent 9bd12123b0
commit 8e3fb81062

View File

@ -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.