- 🐛 Fix: Bug with required Root CA certificate for the SSL, not it's optional.
- 🆕 New: HTTP/FCGI/HTTPS internal errors instead of going to the raw stdout will be displayed in the RR logger at the
ERROR
log level.
- 👷 Rework
ServeHTTP
handler logic. Usehttp.Error
instead of writing code directly to the response writer. Other small improvements.