aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-02 17:21:26 +0000
committerOmar Polo <op@omarpolo.com>2021-10-02 17:21:26 +0000
commita49800c86aeceddedd1b876a125276f9e8ff0baa (patch)
treee2c67266e68831862a3b4aeead6271be9771a4b1 /ChangeLog
parentacafce5b7ddd4342e45a7731ae3f261e6f202a77 (diff)
sync
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6addfbc..befadd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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