在update了一部分文件后,网速就显示0kb/s了,然后查看服务器httpd的日志文件,看到了报错:
[Tue May 24 18:12:56.413676 2022] [dav:error] [pid 6985] [client 1.202.112.250:55285] Provider encountered an error while streaming a REPORT response. [500, #0]
[Tue May 24 18:12:56.413737 2022] [dav:error] [pid 6985] [client 1.202.112.250:55285] A failure occurred while driving the update report editor [500, #110]
[Tue May 24 18:12:56.413746 2022] [dav:error] [pid 6985] [client 1.202.112.250:55285] Error writing base64 data: Connection timed out [500, #110]
[Tue May 24 18:18:33.309687 2022] [dav:error] [pid 7019] [client 1.202.112.250:55573] Provider encountered an error while streaming a REPORT response. [500, #0]
[Tue May 24 18:18:33.309742 2022] [dav:error] [pid 7019] [client 1.202.112.250:55573] A failure occurred while driving the update report editor [500, #110]
[Tue May 24 18:18:33.309751 2022] [dav:error] [pid 7019] [client 1.202.112.250:55573] Error writing base64 data: Connection timed out [500, #110]
感觉像是网络问题,但是增加了配置里的timeout,还是会报错,有人遇到过这个问题么