[Zope-Coders] [ZC] 150/ 1 Request "Persistent proxy connections"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Wed, 16 Jan 2002 07:46:00 -0500
Issue #150 Update (Request) "Persistent proxy connections"
Status Pending, Zope/feature+solution medium
To followup, visit:
http://collector.zope.org/Zope/150
==============================================================
= Request - Entry #1 by htrd on Jan 16, 2002 7:45 am
Zope currently handles persistent http connections with a browser very nicely.
Zope also supports (unofficially, I think) proxy-style http request. That is, requests where the client thinks zope is an http proxy rather than an http origin server.
However, supporting persistent connections into proxies under HTTP/1.0 requires the use of some slightly different headers, as implemented by this patch.
The main (only?) use for Zope accepting proxy-style connections is when using Squid as a front-end proxy. This patch has been thoroughly tested in this configuration.
==============================================================