gingeleski / headbro

Headless browser rendering service for HTTP responses.
GNU General Public License v3.0
4 stars 0 forks source link

Handle exceptions on timeout #22

Closed gingeleski closed 5 years ago

gingeleski commented 5 years ago

Currently, if a request times out (via the timeout set for Selenium), a 500 response comes back with limited information.

This should be properly handled and send back something more informational (probably still a 500-something but not necessarily Internal Server Error).