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.
我正在使用 swift server 的 formpost 方法进行文件上传。一些时间文件被上传。但有些时候不是。
在快速服务器日志上,我得到 499 httpcode。请帮我解决这个问题。
499 Client Closed Request (Nginx) 在 Nginx 日志中用于指示连接何时被客户端关闭,而服务器仍在处理其请求,使服务器无法发回状态码。
它是您的客户端问题,它有处理时间限制。如果时间超过并且上传没有发生,它会终止连接/上传过程。它与斯威夫特无关。
希望能帮助到你。