Browse Source

Deleted old TODO

Yann Weber 4 years ago
parent
commit
6913e228b8
2 changed files with 0 additions and 7 deletions
  1. 0
    3
      include/pyworker.h
  2. 0
    4
      src/main.c

+ 0
- 3
include/pyworker.h View File

@@ -102,9 +102,6 @@ struct piper_args_s
102 102
 extern PyObject* response_status;
103 103
 extern PyObject* response_headers;
104 104
 
105
-/**@todo TODO on all request (when updating env ?) update stdin so
106
- * python will be able to read the request content */
107
-
108 105
 /**@brief The function that initialize the alternate python worker
109 106
  * @ingroup worker_process
110 107
  *

+ 0
- 4
src/main.c View File

@@ -216,9 +216,5 @@ if ($programname contains 'pyfcgi') then {
216 216
  *  - @ref work_master_proc
217 217
  *  - @ref worker_process
218 218
  *
219
- * @subsection main_how_todo TODO
220
- * @todo Add another logging facility
221
- * @todo Add a configuration mecanism
222
- * @todo Implement a watchdog (request too long, or too much memory ?)
223 219
  */
224 220
 

Loading…
Cancel
Save