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.
如何在 IHttpHandler 的响应中将 HTTP 协议版本设置为 HTTP/1.0?
您无法控制 IIS 响应的协议版本。
如果请求指示 1.0,则 IIS 应以与 1.0 客户端一致的方式响应,但是响应标头仍将指示服务器支持 1.1。
这是正确的行为。