Commit graph

3 commits

Author SHA1 Message Date
Johann150
8fd9ca15c3
better error message for missing keys (again)
adresses comments from #33
Loading the certificate and key file is done at startup because:
1. We can detect the incorrect file faster and fail the whole server and not
   just a worker thread. All subsequent worker threads would fail for the same
   reason anyway.
2. We do not have to read the same unchanged files over and over again. This
   is good because file I/O is slower than in-memory cloning instead.
2021-02-10 23:39:11 +01:00
Johann150
8f2cfe7a8f
spellcheck CHANGELOG, add unreleased changes 2021-02-10 08:25:06 +01:00
Johann150
f26e001e1d
add CHANGELOG in dedicated file 2021-02-09 20:38:52 +01:00