プラ&翼 vs 黒衣 Phase ”inverse” 36(10000)

このエントリーをはてなブックマークに追加
733名無し~3.DVI
>>732
squid-2.4.STABLE1 を持ってきて見てみました。ダメみたい。(^^;;;

ChangeLog
>Changes to squid-1.2.beta21 (May 22, 1998):
> - Don't cache HTTP replies with Vary: headers until we
> get content negotiation working.

で、その後対応したということは書いていない。

src/http.c
> /*
> * We don't properly deal with Vary features yet, so we can't
> * cache these
> */
> if (httpHeaderHas(hdr, HDR_VARY))
> return 0;