- Don't cache HTTP replies with Vary: headers until we
get content negotiation working.
- Fixed SSL proxying to forward full HTTP request headers.
+ - Changed storeGetMemSpace(). Only purge down to the HIGH
+ water mark; move locked entries to the head of the inmem
+ list.
+ - Changed clientReadRequest() to locally handle any
+ "squid-internal-static" URL for any host.
Changes to squid-1.2.beta20 (April 24, 1998):
interesting since we just optimized the LRU replacement with a
doubly-linked list.
(1) ** Send full HTTP requests in ICP messages (DW)
+(1) SSL doesn't work with Proxy Authentication
(2) be more persistent in forwarding requests; return fewer error pages
(2) Fix some problems with peer-selection.