aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-11-06 16:16:42 +0100
committerOmar Polo <op@omarpolo.com>2020-11-06 17:09:14 +0100
commitaff8d1901084bbfd81f4a6335dbed70a02b930fb (patch)
tree34f7a6036b917466d44e9c5714fce5c7aaebb114 /ChangeLog
parent60ba426e7e5da49c017f306be78446032cdaf1cf (diff)
handle CGI concurrently
don’t stop-the-world-until-cgi-end, but rather poll on the script, so we can handle other requests in the meantime.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f786bc..ebc4c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* gmid.c (url_after_proto): ensure that the requested protocol is
“gemini” and not something else that’s long 6 bytes.
+ * gmid.c (loop): added support for cgi scripts (can handle multiple
+ concurrently)
+
2020-11-06 Omar Polo <op@venera>
* gmid.1: added option to log to a file