您将如何设计一个完全支持 HTTP 1.1 keep-alive 的代理服务器?

发布于 2024-11-09 17:41:03 字数 347 浏览 0 评论 0原文

看来 nginx 也只有一半支持 HTTP 1.1 keep-alive 请求:

它是一个 HTTP/1.0 代理,没有 保持活动请求的能力。 (因此,后端连接是 创建和销毁在每个 请求。)Nginx 与 HTTP/1.1 对话 浏览器和 HTTP/1.0 到后端 服务器。因此它处理保持活动状态 到浏览器。 (来源

如果是你,你会如何实现这个?

我认为最难的部分是如何使响应的顺序与保活模式下请求的顺序相同。

It seems even nginx only half supports HTTP 1.1 keep-alive requests:

It is an HTTP/1.0 proxy without the
ability for keep-alive requests yet.
(As a result, backend connections are
created and destroyed on every
request.) Nginx talks HTTP/1.1 to the
browser and HTTP/1.0 to the backend
server. As such it handles keep-alive
to the browser. (source)

Were it you,how would you implement this?

The hardest part I think is how to make the response the same order as requested in keep-alive mode.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文