update
This commit is contained in:
@ -40,7 +40,8 @@ tap.test('should detect and forward non-TLS connections on useHttpProxy ports',
|
||||
isTLS: false
|
||||
}),
|
||||
initiateCleanupOnce: () => {},
|
||||
cleanupConnection: () => {}
|
||||
cleanupConnection: () => {},
|
||||
getConnectionCount: () => 1
|
||||
};
|
||||
|
||||
// Mock route manager that returns a matching route
|
||||
@ -127,7 +128,8 @@ tap.test('should handle TLS connections normally', async (tapTest) => {
|
||||
tlsHandshakeComplete: false
|
||||
}),
|
||||
initiateCleanupOnce: () => {},
|
||||
cleanupConnection: () => {}
|
||||
cleanupConnection: () => {},
|
||||
getConnectionCount: () => 1
|
||||
};
|
||||
|
||||
const mockTlsManager = {
|
||||
|
Reference in New Issue
Block a user