INNER CODE UNIT · TypeScript
requestTooLarge
stablyai/orca · cloud/apps/relay/src/app.ts:1848
function requestTooLarge(contentLength: string | undefined): boolean {
return Number(contentLength ?? 0) > RELAY_PROTOCOL_LIMITS.maxHttpBodyBytes
}
INNER CODE UNIT · TypeScript
stablyai/orca · cloud/apps/relay/src/app.ts:1848
function requestTooLarge(contentLength: string | undefined): boolean {
return Number(contentLength ?? 0) > RELAY_PROTOCOL_LIMITS.maxHttpBodyBytes
}