我正在尝试使C#HttpClient助手类可重用的Http连接。我读到在Http请求中必须存在KeepAlive标头。
我嗅到了流量,我找不到任何关于KeepAlive的内容。
它有GET,并且它有HTTP / 1.1字符串。没有KeepAlive没有任何东西。
P.S。我也尝试在HttpClient上的某个地方找到KeepAlive属性但不能......
有什么想法吗?
答案 0 :(得分:2)
它应该有一个Connection
标题,如下所示:
Connection: Close
Connection: Keep-Alive
keep-alive标头如下所示:
Keep-Alive: 115