You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Hello I have been playing with the zend-feed with zend-http (release-2.6.0) library to read some feeds on the internet, and it all goes well until I change the domain of the feed to go with https instead of http. Then I receive this error message
[Zend\Http\Header\Exception\InvalidArgumentException] Invalid Max-Age number specified
From the little debug I did I manage to find that when setting the Max-Age a null value is given to this function, therefore a exception is thrown. But I can't seem to go any deeper to know why exactly this null value is given.