aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-01-18 17:26:45 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-01-18 17:26:45 +0400
commit5e37235d8726bf81ef8a343c62dc0b06de344337 (patch)
treea7b41ef2237be29e3198098d375db8967ab094ba /TODO
downloadfastcgi-5e37235d8726bf81ef8a343c62dc0b06de344337.tar.gz
Initial version0.1.0
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..fc1f2b5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+1. Make output abstraction to allow different formats (JSON, XML, plain text)
+
+ E. g. replace FCGX_FPrintF (request->out, ...);
+ with report_error(request->out, ...);
+
+2. Add support for Solaris projects
+