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.
按照标题。我一直在谷歌搜索,但一无所获。我已经尝试过 HTTP/1.1 的 RFC 定义,但是它是一个非常复杂的文档。服务器会发送任何东西吗?(现在是提一下我想使用持久连接的好时机吗?)
使用 HTTP/1.1 持久连接,连接可能会在请求后保持打开状态,通常持续几秒钟。一旦过了一段时间,TCP 连接就会简单地关闭。没有消息或任何东西被发送。不需要。
如果您启动数据包嗅探器(例如Wireshark ),您可以自己轻松地看到这一点。