diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-01-18 17:26:45 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-01-18 17:26:45 +0400 |
commit | 5e37235d8726bf81ef8a343c62dc0b06de344337 (patch) | |
tree | a7b41ef2237be29e3198098d375db8967ab094ba /TODO | |
download | fastcgi-5e37235d8726bf81ef8a343c62dc0b06de344337.tar.gz |
Initial version0.1.0
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 + |