diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2023-07-23 Omar Polo <op@omarpolo.com> + + * parse.y: revamp fastcgi configuration; make it per-location + +2023-07-22 Omar Polo <op@omarpolo.com> + + * titan.c (main): add titan(1), a simple titan client + + * gg.c (get): warn when the server doesn't use TLS' close notify + +2023-07-01 Omar Polo <op@omarpolo.com> + + * fcgi.c (fcgi_handle_stdout): parse and log the fastcgi reply + 2023-06-23 Omar Polo <op@omarpolo.com> * server.c (handle_handshake): correctly handle TLS handshake failures. |