Swirrl / tripod

ActiveModel-style Ruby ORM for RDF Linked Data. Works with SPARQL 1.1 HTTP endpoints.
MIT License
58 stars 14 forks source link

Raise a Timeout error on SPARQL query 503 response. #61

Closed lkitching closed 7 years ago

lkitching commented 7 years ago

If the response from a SPARQL query request is a 503 'Service Unavailable' response, treat it as a timeout and raise a Tripod::Errors::Timeout error.