v0.4.63
decolua/9routerv0.4.63May 26, 2026by decolua
AI Summary
Fixes a critical runtime error caused by a missing Readable import and optimizes stream timeout detection for faster hang recovery.
Key Highlights
- Restores missing Readable import to prevent ReferenceError in DNS-bypass fetch path
- Lowers stream stall timeout from 60s to 35s for faster hang detection
- Fixes proxyFetch runtime issues
Full Release Notes
Fixes: - proxyFetch: restore missing Readable import causing runtime ReferenceError in DNS-bypass fetch path Improvements: - Lower stream stall timeout from 60s to 35s for faster hang detection