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.
我有一个托管 ASP.NET 应用程序的 Azure 服务的自定义负载均衡器探测端点。我想知道 Keep-Alive 响应标头是否会对由持久连接引起的 Azure 负载均衡器和流量管理器的行为产生任何影响。
不,该标头不会影响 Azure LB 或 Azure 流量管理器。Keep-Alive 标头是对客户端的建议,它应该保持连接处于活动状态,但客户端不需要这样做。Azure LB 和 ATM 将忽略该标头。