common: Rejigged exception handling when doing SSL magic
Pared down the exceptions caught to EEXIST and ENOTDIR when retrying a write. I think erring on the conservative side here (rather than catching StandardError) is best. Also there's no infinite retry loop now.
Please register or sign in to comment