You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhanced CapiProxy.isAlive() to include HTTP health check
- When proxy crashes (e.g., due to no cached response), the HTTP check
detects it and triggers automatic restart
- Removed @DisabledIfEnvironmentVariable annotation from timeout test
- All 80 tests now pass in CI mode
The upstream Node.js harness has a bug where it crashes on 'no cached
response' due to missing 'return' after exitWithNoMatchingRequestError.
This fix works around it by detecting the crashed proxy and restarting.
0 commit comments