Files
smartproxy/ts/proxies/smart-proxy
Juergen Kunz d47b048517 feat(detection): add centralized protocol detection module
- Created ts/detection module for unified protocol detection
- Implemented TLS and HTTP detectors with fragmentation support
- Moved TLS detection logic from existing code to centralized module
- Updated RouteConnectionHandler to use ProtocolDetector for both TLS and HTTP
- Refactored ACME HTTP parsing to use detection module
- Added comprehensive tests for detection functionality
- Eliminated duplicate protocol detection code across codebase

This centralizes all non-destructive protocol detection into a single module,
improving code organization and reducing duplication between ACME and routing.
2025-07-21 19:40:01 +00:00
..
2025-07-03 02:45:08 +00:00
2025-07-03 02:32:17 +00:00
2025-06-23 13:19:39 +00:00
2025-07-17 15:13:09 +00:00
2025-06-22 22:28:37 +00:00
2025-07-03 02:32:17 +00:00
2025-07-13 00:05:32 +00:00
2025-06-23 08:38:14 +00:00