addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

Http should catch a timeout a wait and retry #90

Closed addshore closed 11 years ago

addshore commented 11 years ago

Currently I think http timeouts just mean it returns an empty string or false

There must be a way to catch this in curl!

Attempt the same request a few times if it appears to be timing out