summaryrefslogtreecommitdiff
path: root/TO_FIX.md
diff options
context:
space:
mode:
Diffstat (limited to 'TO_FIX.md')
-rw-r--r--TO_FIX.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TO_FIX.md b/TO_FIX.md
index 611c3c9..a2942eb 100644
--- a/TO_FIX.md
+++ b/TO_FIX.md
@@ -25,3 +25,8 @@ reduce complexity in cert_req()
permission denied when the file is readable (MAC permissions)
use GetOpt::Long in a reasonable manner
+
+map_server_alias() perhaps should not exist.
+In general, I am unsatisfied with the program keeping the configuration file in memory and constantly referring to it. map_server_alias() literally just copies it's vhost's config and keeps it in the config hash.
+
+reduce complexity in listen_config()