[ZCM] [ZC] 150/ 3 Assign "Persistent proxy connections"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Thu, 07 Mar 2002 03:08:26 -0500
Issue #150 Update (Assign) "Persistent proxy connections"
Status Accepted, Zope/feature+solution medium
To followup, visit:
http://collector.zope.org/Zope/150
==============================================================
= Assign - Entry #3 by htrd on Mar 7, 2002 3:08 am
Status: Pending => Accepted
Supporters added: htrd
I will merge this at the same time as the ICP support
________________________________________
= Comment - Entry #2 by htrd on Jan 16, 2002 7:47 am
Uploaded: "proxypersist.diff"
- http://collector.zope.org/Zope/150/proxypersist.diff/view
This time Ill remember to attach the diff
________________________________________
= 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.
==============================================================