diff options
author | Omar Polo <op@omarpolo.com> | 2020-11-06 16:16:42 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-11-06 17:09:14 +0100 |
commit | aff8d1901084bbfd81f4a6335dbed70a02b930fb (patch) | |
tree | 34f7a6036b917466d44e9c5714fce5c7aaebb114 /ChangeLog | |
parent | 60ba426e7e5da49c017f306be78446032cdaf1cf (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |