- Replace panic-prone config loading with detailed error messages - Validate config file existence, TOML syntax, required fields - Check filesystem access for root directory and certificate files - Provide actionable error messages explaining how to fix each issue - Exit gracefully with clear guidance instead of cryptic panics - Maintain backward compatibility for valid configurations |
||
|---|---|---|
| .. | ||
| config.rs | ||
| logging.rs | ||
| main.rs | ||
| request.rs | ||
| server.rs | ||
| tls.rs | ||