I found a solution, by replacing the Cache-control header in the client request: header_replace Cache-Control none It makes my requests to be cached by squid, also it's a bit hazardous, but it fits for my dedicated jar proxy. -- Thibault ketterer
I found a solution, by replacing the Cache-control header in the client request: header_replace Cache-Control none It makes my requests to be cached by squid, also it's a bit hazardous, but it fits for my dedicated jar proxy. -- Thibault ketterer