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.
我正在开发一个简单的代理服务器。问题是浏览器有时会重复使用连接并在同一连接上发送多个请求。
我正在使用 TcpClient 和 Stream 向服务器发出 HTTP 请求。我怎样才能让读写函数彼此“分开”,例如在单独的线程中。谢谢!
它称为持久连接。如果您不希望浏览器这样做,则不应在代理响应中发送此标头“Connection: Keep-Alive”。
http://en.wikipedia.org/wiki/HTTP_persistent_connection