This commit is contained in:
Omar Polo 2021-10-02 17:21:26 +00:00
parent acafce5b7d
commit a49800c86a
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2021-10-02 Omar Polo <op@omarpolo.com>
* server.c (client_read): reworked the internal structure. Now we leverage libevent' bufferevents more.
(cgi_read): be more strict with CGI scripts: don't pass through illegal CGI responses.
2021-09-26 Omar Polo <op@omarpolo.com>
* fcgi.c (fcgi_req): the FastCGI implementation is fully asynchronous