【已解决】response()->file()进行文件流下载,下载几兆后就速度降为0

muvtou

问题描述

response()->file()

程序代码或配置

 public function download()
    {
        return \response()->file(base_path(false).'/runtime/zip/DaBaiCai_ud_v6.0_2204.zip');

    }

重现问题的步骤

网页设置高速3G,每秒120KB左右,10-30秒不同时间 速度降低为0

操作系统环境及workerman/webman等具体版本

---------------已解决-------------------
发完问题 又在论坛翻一下,发下问题是自己使用代理引起的,不经过代理测试 正常

261 0 0
0个回答

🔝