medium severityPortkey AI Gateway

Request timeout triggered and aborts streaming even after gateway has started receiving response chunks from provider.

Root cause

Gateway retry handler used AbortSignal.timeout() which continues timing out even after streaming starts and chunks are received from the provider, located in retryHandler.ts.

PortkeygatewaytimeoutstreamingAbortSignalretryHandler

Citations