f985da5a9c[HttpFoundation] fix Cache-Control header when forcing the Response to have an Expires header field. The RFC2616 Bis indicates that if the Response has both max-age (or s-maxage) and Expires header field, the Cache-Control maxage wins over Expires. The previous code in ResponseHeaderBag always returned "private, max-age=0, must-revalidate" even if the Expires header field was forced.
%!s(int64=14) %!d(string=hai) anos
Kris Wallsmith
ba239905d7[HttpFoundation] removed unknown constructor arg from tests
%!s(int64=14) %!d(string=hai) anos
Fabien Potencier
b6923dd7b9changed Cache-Control default value behavior