From a49800c86aeceddedd1b876a125276f9e8ff0baa Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 2 Oct 2021 17:21:26 +0000 Subject: [PATCH] sync --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6addfbc..befadd9 100644 --- a/ChangeLog +++ b/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