rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Handle Errno::ETIMEOUT when sending single sign out notifications #119

Closed soupmatt closed 9 years ago

soupmatt commented 9 years ago

Under some circumstances Errno::ETIMEOUT gets raised instead of Timeout::Error. We don't want this to cause failures, so let's catch and log it instead of allowing it to propogate up.

We are seeing this happen in our environment when a host is down completely.

pencil commented 9 years ago

Thanks!