Hello, Just want to know how squid will handle if my back end server send Vary: * with a very long expire to the client thru a reverse proxy (squid of coz). And this content maybe gzip compressed. 1. Will squid cache this response? 2. Should squid always need to conditional request my backend for every request (if-modified-since) Thanks.