Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试在 Windows 2016 的技术预览版 3 中实现 HTTP/2 协议,但是当在以经典模式配置的 ASP.NET 应用程序中调用 Response.Flush 时,连接会切换到 HTTP/1.1。在这种情况下,协议切换到带有分块传输编码的 HTTP/1.1。当应用程序池配置为集成模式时,我们没有问题。
除了使用集成模式将所有连接保持在 HTTP/2 中之外,是否存在解决方法?
这是因为 IIS 上的 HTTP/2 不支持缓冲区刷新。