When passing in a response with just the Date header set, the return value is:
reasons: nil
expires: time.Time{} (a zero value)
err: nil
I would expect the reasons to be something like ReasonResponseUncachableByDefault since passing just a Date header doesn't meet any caching spec
When passing in a response with just the
Dateheader set, the return value is:reasons: nilexpires: time.Time{} (a zero value)err: nilI would expect the
reasonsto be something likeReasonResponseUncachableByDefaultsince passing just aDateheader doesn't meet any caching spec