From 7473f06b1ffb4882849046cd258a8fdec1d2a181 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 14 Aug 2022 23:42:18 -0400 Subject: Do not load entire request into memory. Added support for webm magic detection. Fix bug Bug fix --- TO_FIX.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TO_FIX.md (limited to 'TO_FIX.md') diff --git a/TO_FIX.md b/TO_FIX.md new file mode 100644 index 0000000..e3a2b3e --- /dev/null +++ b/TO_FIX.md @@ -0,0 +1,11 @@ +TODO: +can log_file be written to? +add systemd unit? + +root_relative parameter is not needed, should be able to tell if a path is relative or not by the first character. +gmi.pl needs to accept an arguemnt, where the config.toml is located. + +default's root is relative to working_dir which is bad behavior. + +remove magic numbers +redirection bug where path = /share/dir, redirection says '30 share/dir/' resulting in '/share/share/dir/' -- cgit v1.2.3