pollux/src
Jeena 7de660dbb6 Add tests for config error reporting and multi-vhost startup
Test that the server correctly reports missing certificate errors,
rejects invalid hostnames, fails gracefully on port conflicts, and
starts successfully with multiple virtual hosts configured.
2026-03-05 20:34:31 +09:00
..
config.rs Replace custom logging with tracing crate and RUST_LOG env var 2026-01-22 05:25:46 +00:00
logging.rs Replace custom logging with tracing crate and RUST_LOG env var 2026-01-22 05:25:46 +00:00
main.rs Add tests for config error reporting and multi-vhost startup 2026-03-05 20:34:31 +09:00
request.rs Replace custom logging with tracing crate and RUST_LOG env var 2026-01-22 05:25:46 +00:00
server.rs Replace custom logging with tracing crate and RUST_LOG env var 2026-01-22 05:25:46 +00:00
tls.rs Replace custom logging with tracing crate and RUST_LOG env var 2026-01-22 05:25:46 +00:00