Files
PDTeamX bfaa5b943a fix: switch port when falling back between HTTP/HTTPS protocols
- When falling back from HTTPS to HTTP on port 443, now switches to port 80
- When falling back from HTTP to HTTPS on port 80, now switches to port 443
- Uses net.JoinHostPort() to properly handle IPv6 addresses
- Prevents 'plain HTTP request sent to HTTPS port' errors during fallback
- Added test cases for determineMostLikelySchemeOrder and port fallback logic
2025-12-07 01:32:20 +05:30
..
2025-12-07 00:12:31 +05:30
2021-05-06 10:35:02 +02:00
2022-05-09 15:01:38 -05:00
2025-10-24 14:20:24 +04:00
2025-08-28 17:04:33 +02:00
2025-10-23 14:56:50 +04:00
2021-08-06 12:38:42 +02:00
2025-08-14 15:24:40 +07:00