thrown in D:\Code\php\*****\vendor\topthink\framework\src\think\response\Json.php on line 50" while reading response header from upstream, client: 127.0.0.1
最近一直碰見這個問題
解決方法
檢查 $_ SERVER 中中文
我的情況是 微信開發(fā)者工具的 一個dll 環(huán)境變量引起
刪除這個變量,重啟環(huán)境即可解決 不出現(xiàn)錯誤信息問題。