net :: err_http2_protocol_error in .net 6

发布于 2025-02-12 06:16:53 字数 312 浏览 0 评论 0原文

我正在使用5个五个控制器的.NET 6中开发API。所有控制器运行良好,但是交易控制器给我带来了错误。 当我将结果设置为.take(100)时,我会得到正确的响应并完成。只有当我调用所有结果时,我才会收到错误,并且只有在交易类中。它返回一些结果,不到20个,然后崩溃了。 Deals数据表具有4.2MB,但是组织表的3.9MB并返回完整的响应。 我尝试在IIS上设置ASP缓冲区限制,升级窗口并在其他浏览器中运行。什么都没有。 由于我的工作保密,我无法显示JSON返回或数据表。

有一个理由或方法可以设置此类返回所有内容而没有错误?

如果你们对此错误有所了解,需要查看代码,那就问我

I'm developing an API in .NET 6 with 5 five controllers. All controllers are running good, but the deals controller are giving me that error.
When I set the results to .Take(100) then I get the response all right and complete. Only when I call all results that I get the error and only in that deals class. It returns a few results, nothing more then 20, and then It crashes.
The deals data table has 4.2MB, but the organization table has 3.9MB and return the complete response.
I've tried to set ASP buffer limits on IIS, upgrade windows and run in another browsers. Nothing worked yet.
For secrecy reasons of my job, I can't show the json return or data tables.

There's a reason or a way to set this class to return all content without an error?

If you guys know something about this error and need to see the code just ask me out

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文