Azure-Samples / Azure-Samples/java-migration-copilot-samples

Application timeout during file upload

未关闭
#81 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
25
派生
164
PR 合并指标
30 天内没有已合并 PR

描述

Uploads larger than 100 MB fail with a timeout error instead of completing successfully.

**Steps to reproduce:**
1. Attempt to upload a file larger than 100 MB through the application.
2. The upload begins but does not complete.

**Expected behavior:**
Large file uploads (100 MB+) should complete successfully, or the application should handle them gracefully (e.g. via chunked/streaming upload) instead of timing out.

**Actual behavior:**
The application times out during the upload and the operation fails.

贡献指南

打开贡献指南

调研方向

No files, tests, or upload entry points are named in the issue. Reproduce the timeout with a file larger than 100 MB, then trace the application's upload path and existing handling for large requests; done means the upload completes or fails gracefully without an application timeout.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
backend
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
冷清
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。