- Remove CLI options except --config and --test-processing-delay - Enforce 1026 byte request limit per Gemini spec (1024 + 2 for CRLF) - Add comprehensive URL parsing with host and port validation - Reject malformed URIs and wrong ports with 59 Bad Request - Update tests for new URL parsing signature - Fix clippy warning in port parsing |
||
|---|---|---|
| .. | ||
| config.rs | ||
| logging.rs | ||
| main.rs | ||
| request.rs | ||
| server.rs | ||
| tls.rs | ||