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
fix: restore VerifyInterception exception and align error handling with upstream
Remove the erroneous early-return guard that was silently swallowing calls to
ContinueAsync/RespondAsync/AbortAsync when interception was not enabled.
VerifyInterception() must throw so ShouldThrowIfInterceptionIsNotEnabled passes
on Firefox BiDi.
Also align ContinueInternalAsync/RespondInternalAsync error handling with upstream's
handleError: re-throw header-validation errors, swallow other protocol errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments