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

@@ -48,6 +48,7 @@ tap.test('should set update routes callback on certificate manager', async () =>
setHttpProxy: function(proxy: any) {},
setGlobalAcmeDefaults: function(defaults: any) {},
setAcmeStateManager: function(manager: any) {},
setRoutes: function(routes: any) {},
initialize: async function() {},
provisionAllCertificates: async function() {},
stop: async function() {},