CC: | steve [...] deefs.net |
Subject: | Time out documentation |
3) It's not clear from the documentation what happens if the request
times out. Looking through the source code and the REST::Client
documentation, I *think* it fakes a 500 response (which isn't
appropriate, but that's an issue with REST::Client and not your module),
but I haven't confirmed that yet. I'd recommend checking to see how the
module handles timeouts, ensuring that it doesn't die, and documenting
the behavior.