about summary refs log tree commit diff
path: root/TODO.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-04-04 03:37:50 -0500
committergennyble <gen@nyble.dev>2025-04-04 03:37:50 -0500
commit0362d17e7dc5dc74d970b4da605a87e811d55469 (patch)
treef5f7c39539e3141ecfba9ddd30d7bb7e833ff01d /TODO.md
parent4410950c761970d640af00f245fdba859f8795b0 (diff)
downloadcorgi-0362d17e7dc5dc74d970b4da605a87e811d55469.tar.gz
corgi-0362d17e7dc5dc74d970b4da605a87e811d55469.zip
decode path/url for cgi
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index a439640..d7c4aa2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,11 +10,6 @@
 	a `catch_unwind`? there are complications with the first one, but
 	perhaps we can make it work?
 
-(5) Crate For The Module System
-	so we don't have to copy the weird structs. and also so maybe we
-	can make it safer? A C header, too, maybe? that just define the
-	struct. and really some kind of documentation, probably.
-
 DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :)
 =======================================================================
 
@@ -25,4 +20,13 @@ DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :) DONE :)
 
 (2) Support Matching CGI Based On Path
 	The other requirement for git-http-backend, which needs to
-	trigger on the regex `/.+/(info/refs|git-upload-pack)`
\ No newline at end of file
+	trigger on the regex `/.+/(info/refs|git-upload-pack)`
+
+(5) Crate For The Module System
+	so we don't have to copy the weird structs. and also so maybe we
+	can make it safer? A C header, too, maybe? that just define the
+	struct. and really some kind of documentation, probably.
+
+	EWONTFIX
+	lol. module system was ripped out because it turns out there is no
+	good way to handle more than one request concurrently, it seems.