diff options
author | jake <jake@jakes-mail.top> | 2022-08-14 23:42:18 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-15 00:06:02 -0400 |
commit | 7473f06b1ffb4882849046cd258a8fdec1d2a181 (patch) | |
tree | 5de6c1f16a240e7dc5dfc521b0627c462e15e77d /TO_FIX.md | |
parent | 398ee699343b94a1538d1c486330966707865878 (diff) |
Do not load entire request into memory.
Added support for webm magic detection.
Fix bug
Bug fix
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 11 |
1 files changed, 11 insertions, 0 deletions
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/' |