标签: asp.net iis https keep-alive response-headers
我知道如何为http做这件事,它是pretty easy。
但是你如何在iis中为https做呢?
如果上面链接的方法应该用于https,那么它对我的方法不起作用,或者至少我没有收到keep-alive个响应标题。
keep-alive
非常感谢提前!
答案 0 :(得分:1)
如果您正在使用HTTP 1.1,则根据RFC2616,即使对于HTTPS连接,也会将keep-alive视为默认值。
http://tools.ietf.org/html/rfc2616#section-8.1