[Zope-Coders] [ZC] 150/ 2 Comment "Persistent proxy connections"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Wed, 16 Jan 2002 07:47:36 -0500
Issue #150 Update (Comment) "Persistent proxy connections"
Status Pending, Zope/feature+solution medium
To followup, visit:
http://collector.zope.org/Zope/150
==============================================================
= 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.
==============================================================