Browse Source

Deleted old TODO

Yann Weber 5 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
 extern PyObject* response_status;
102
 extern PyObject* response_status;
103
 extern PyObject* response_headers;
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
 /**@brief The function that initialize the alternate python worker
105
 /**@brief The function that initialize the alternate python worker
109
  * @ingroup worker_process
106
  * @ingroup worker_process
110
  *
107
  *

+ 0
- 4
src/main.c View File

216
  *  - @ref work_master_proc
216
  *  - @ref work_master_proc
217
  *  - @ref worker_process
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