postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
800 stars 109 forks source link

fix: use the correct status code for timedout #85

Closed davidsauntson closed 2 years ago

davidsauntson commented 2 years ago

The HTTP status code for timedout is 408 not 308. This PR:

I couldn't find any guidance on contributing, so if I've missed anything anywhere, LMK! 🎈

postmodern commented 2 years ago

and merged. Thanks!