项目使用 WebClient 作为 HTTP 客户端时,在下载大型图片过程中因默认缓冲区不足会抛出 DataBufferLimitException。 现通过以下配置扩展内存缓冲区限制: public HttpClient customHttpClient() { var co