WIP CGI monitered by epoll
+ OK, but some errors case need to be lookup
This commit is contained in:
6
memo.txt
6
memo.txt
@@ -21,6 +21,7 @@ For non blocking CGI :
|
||||
// when waitpid() tell us its finish (or maybe when epoll return EPOLLHUP)
|
||||
// then actually parse the script_output and send it to the client.
|
||||
|
||||
- check status in autoindex
|
||||
|
||||
----Priorité modérée------------------------
|
||||
- namespace utils ?
|
||||
@@ -28,7 +29,12 @@ For non blocking CGI :
|
||||
and add "const" if apropriate.
|
||||
- peut-être check si ip > 32bits
|
||||
|
||||
|
||||
----Priorité faible------------------------
|
||||
- idealy, we should not clear() raw_request after a response,
|
||||
but just the part we actually parsed for this response.
|
||||
I think the client could send multiples request on the same connection one after the other without waiting for response.
|
||||
So raw_request could contain more than the first request we handle.
|
||||
- chunked request (need testing)
|
||||
- client_body_limit 0 valeur special pour desactiver dans config
|
||||
- gerer le champ "Accept" du client
|
||||
|
||||
Reference in New Issue
Block a user