commit a49800c86aeceddedd1b876a125276f9e8ff0baa from: Omar Polo date: Sat Oct 02 17:21:26 2021 UTC sync commit - acafce5b7ddd4342e45a7731ae3f261e6f202a77 commit + a49800c86aeceddedd1b876a125276f9e8ff0baa blob - 6addfbc4269dfbc6d7eac0590981914be3178df4 blob + befadd9ac253f0e8bf08c20b481eaffccfb18fdb --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2021-10-02 Omar Polo + + * 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 * fcgi.c (fcgi_req): the FastCGI implementation is fully asynchronous