fix(smartproxy): improve certificate manager mocking in tests, enhance IPv6 validation, and record initial bytes for connection metrics

This commit is contained in:
2026-01-30 19:52:36 +00:00
parent 1d1e5062a6
commit 2068b7a1ad
15 changed files with 230 additions and 119 deletions

View File

@@ -39,6 +39,7 @@ tap.test('should verify certificate manager callback is preserved on updateRoute
setHttpProxy: () => {},
setGlobalAcmeDefaults: () => {},
setAcmeStateManager: () => {},
setRoutes: (routes: any) => {},
initialize: async () => {},
provisionAllCertificates: async () => {},
stop: async () => {},