Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个用例,我们需要通过 https 将文件流式传输给供应商,它是更大的多步骤流程的一部分。如果文件大小小于 128kb,一切正常,但如果文件大小大于 130KB,则文件流式传输失败,响应码 413。有趣的是,如果我们尝试使用 curl ,它甚至适用于大于 130KB 的文件。任何想法可能是什么问题。