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.
Web 服务器如何通过 HTTP 响应正确的客户端,因为 HTTP 是无状态协议。我的意思是说,Web 服务器上会有多个请求和响应,并且客户端会得到各自的响应。
在单个 http 请求的过程中,套接字连接保持打开状态(如果在那段时间内没有任何端点放弃)。
无状态术语意味着在来自同一个客户端的多个请求之间,单独的协议不会为您做任何事情来跟踪任何状态。